Advertisement
Guest User

cat

a guest
Jul 23rd, 2014
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. NAME
  2.   cat - concatenate files and print on the standard output
  3.  
  4. SYNOPSIS
  5.   cat [FILE]...
  6.  
  7. DESCRIPTION
  8.   `cat` allows concatenating files or standard input to standard output.
  9.  
  10. EXAMPLES
  11.   cat
  12.     Copy standard input to standard output.
  13.  
  14.   cat test.txt
  15.     Output contents of file test.txt.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement