mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 22:11:35 +01:00
3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
|
To cut out the third field of text or stdoutput that is delimited by a #:
|
||
|
cut -d# -f3
|