mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +01:00
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
|