Tag: cat Archive

Linux Command: cat

Published on September 29, 2021 at 8:03 am by LEW

Introduction

The cat (short for concatenate) command is a standard utility command in Linux Distributions. It reads a file to stdout, the display in most cases. The main uses of cat are to quickly view the content of a file or to pipe the file to another command.

Syntax and Function

The syntax of the cat command is:

cat [options] [file] (more…)

SharePin It!