What is cat command used for in Linux?
Experience Level: Junior
Tags: Linux
Answer
The cat (short for “concatenate“) is a standard utility that reads files sequentially, writing them to standard output. The name is derived from its function to concatenate files.
Related Linux job interview questions
What is mv command used for in Linux?
Linux JuniorWhat is cp command used for in Linux?
Linux JuniorWhat is ls command used for in Linux?
Linux JuniorWhat is cd command used for in Linux?
Linux Junior