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
ccc3c0b878
cheat
/
cheatsheets
/
cut
3 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Explicitly mark comment lines in builtin sheets.
2013-08-22 03:34:11 +02:00
# To cut out the third field of text or stdoutput that is delimited by a #:
added the cut command and extended bash
2013-08-12 04:09:29 +02:00
cut -d# -f3