Bash Using cat

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • cat [OPTIONS]... [FILE]...

Parameters

OptionDetails
-nPrint line numbers
-vShow non-printing characters using ^ and M- notation except LFD and TAB
-TShow TAB characters as ^I
-EShow linefeed(LF) characters as $
-eSame as -vE
-bNumber nonempty output lines, overrides -n
-Aequivalent to -vET
-ssuppress repeated empty output lines, s refers to squeeze

Remarks

cat can read from both files and standard inputs and concatenates them to standard output



Got any Bash Question?