Posts

Showing posts from May, 2014

How to find location or path of a command

In our earlier posts we saw how to find the location of a file with locate command and find command. But how do we find the path of a command in Linux? For that purpose we use the following commands which whereis

How to compare two file ?

In Linux we can compare whether two files are the same or not using more than one command. They are cmp command diff command sdiff command