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