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

Popular posts from this blog

How to Install Antlr4 in Ubuntu/Linux

How to install python-gst (pygst) in ubuntu 16.04

How to make a gui Calculator in Python using Tkinter