Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

cat linux

cat file # Prints content of file in console
cat file1 file2 > file3 # Prints content of file1 and file2 into file3
cat -n file # Prints content of file enumerated (-n)
 
PREVIOUS NEXT
Tagged: #cat #linux
ADD COMMENT
Topic
Name
4+3 =