cat command explained with basic practical examples in linux/unix
cat is short for 'concatenate' i.e. combining two or more files but it does way more than that! The cat command is also used for creating and viewing text files. We will see some real life cat command usage with practical examples.
Syntax:
cat [options] [file]
Read more »
Comments
Post a Comment