mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-14 08:01:16 +01:00
8dda6a9241
Created cheatsheets package to store the default sheets.
2 lines
86 B
Text
2 lines
86 B
Text
To cut out the third field of text or stdoutput that is delimited by a #:
|
|
cut -d# -f3
|