Guest User

Untitled

a guest
Jan 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. # use cat
  2. cat - concatenate and print files (POSIX)
  3.  
  4. cat [-cu] [-n|r] [file...]
  5. Options:
  6. -c Compress, do not display empty lines.
  7. -u Unbuffered, for interactive use.
  8. -n Print line numbers without restarting.
  9. -r Print line numbers restarting count for each file.
  10. -w End of line wait of 100ms for each -w given.
Add Comment
Please, Sign In to add comment