mirror of
https://github.com/cheat/cheat.git
synced 2024-11-13 07:31:07 +01:00
2 lines
88 B
Text
2 lines
88 B
Text
# To cut out the third field of text or stdoutput that is delimited by a #:
|
|
cut -d# -f3
|