mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 03:58:44 +02:00
3 lines
88 B
Plaintext
3 lines
88 B
Plaintext
# To cut out the third field of text or stdoutput that is delimited by a #:
|
|
cut -d# -f3
|