Guest User

Untitled

a guest
Jun 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. cat content.txt | tail -1 | cut -d ':' -f 2
  2.  
  3. cat content.txt | tail -1 | cut -d ':' -f 2 | cut -d '-' f 1
  4.  
  5. usage: cut -b list [-n] [file ...]
  6. cut -c list [file ...]
  7. cut -f list [-s] [-d delim] [file ...]
Add Comment
Please, Sign In to add comment