1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-23 21:19:44 +01:00
cheat/cheatsheets/cut

3 lines
88 B
Plaintext
Raw Normal View History

# To cut out the third field of text or stdoutput that is delimited by a #:
cut -d# -f3