View and filter text
=====================================
CatConcatenate
-N Add line number
--------------------------------------
TACReverse display of file contents
--------------------------------------
MorePage Flip Read Enter next space flip screen Q exit
[Options] File name
Mating Pipe Characters | Output text to do pagination
-------------------------------------
LessFull Screen Paging tool
---------------------------------------
Head TailIntercept file Header/tail
Head-n tail-n default 10 rows
------------------------------------------
REDIRECT outputOverwrite output > Append output >>
Save the command output as a specified file
--------------------------------------------
Filter Text content grep retrieves the rows that contain the specified string
-I is case-insensitive
-W invert non-conforming condition
------------------------------------------
WC Statistics Word count
-L calculates the total row count of text
-W calculates the number of words
-C computes the number of bytes in a file
-M calculates the number of characters
[Linux] day07--viewing and filtering text