Commands to read text streams or files in Linux

Back

Now ,its time to start reading, copying and moving the files around. Most Linux configuration files are text files. Linux editors are text editors. Linux commands are designed to read text files. 

To identify the types of files in the current directory ,try the file * command.

1) cat
2) less
3) more
4) head
5) tail