1. cat -b filename
--Number the file output excluding blank lines
2. cat -n filename
--Number the file output irrespective of blank lines it has
3. finger username
--List more information about the user specified
4. ls -hl
--List directory contents ( files, directories ) in human readable format ( for ex. size in KB, MB ,GB )
5. cat -s filename
--Shrinks blank lines
--Number the file output excluding blank lines
2. cat -n filename
--Number the file output irrespective of blank lines it has
3. finger username
--List more information about the user specified
4. ls -hl
--List directory contents ( files, directories ) in human readable format ( for ex. size in KB, MB ,GB )
5. cat -s filename
--Shrinks blank lines
Comments