This website requires JavaScript.
Explore
Help
Sign In
Git
/
cheat
mirror of
https://github.com/cheat/cheat.git
Watch
1
Star
0
Fork
You've already forked cheat
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a2ed76db3f
cheat
/
cheatsheets
/
cut
3 lines
88 B
Plaintext
Raw
Blame
History
# To cut out the third field of text or stdoutput that is delimited by a #:
cut -d# -f3
Reference in New Issue
View Git Blame
Copy Permalink