UNIX Command Example: more - Continuously Read File
Logon to UNIX command prompt then copy & past the bellow code to get some interesting result:
more country.txt
Here "more" is the command to Read a portion of file & Continuously read file upto EOF(End Of File). "country.txt" is the file holding country list of the world. If everything went well we should get some interesting result as follows:

No comments:
Post a Comment
leave your comments here..