Monday, 24 December 2012

Linux and Unix Commands: tail - Basic Unix Commands

Linux and Unix Commands: tail - Basic Unix Commands: tail Use this command to look at the tail of a file. For example, % tail poem1 displays the last 10 lines of the file  poem1  To...

Linux and Unix Commands: tar - Basic Unix Commands

Linux and Unix Commands: tar - Basic Unix Commands: tar To create compressed archives of directories and files, and also to extract directories and files from an archive. Example: % t...

Linux and Unix Commands: telnet - Basic Unix Commands

Linux and Unix Commands: telnet - Basic Unix Commands: telnet Use this command to log in to another machine from the machine you are currently working on. For example, to log in to the machi...

Linux and Unix Commands: wc - Basic Unix Commands

Linux and Unix Commands: wc - Basic Unix Commands: wc Use this command to count the number of characters, words, and lines in a file. Suppose, for example, that we have a file  colors  w...

Linux and Unix Commands: 25 Basic Unix Commands you need to know | Best Uni...

Linux and Unix Commands: 25 Basic Unix Commands you need to know | Best Uni...: Here is a simple description about the basic Unix commands a Unix learner must know.25 Unix commands are described with example.After rea...