added the cut command and extended bash

This commit is contained in:
Darren Lin
2013-08-11 19:09:29 -07:00
parent 15fd673a51
commit 3cc610b2ac
2 changed files with 11 additions and 0 deletions

2
.cheat/cut Normal file
View File

@ -0,0 +1,2 @@
To cut out the third field of text or stdoutput that is delimited by a #:
cut -d# -f3