03-09-2008

Unix/Linux Simple file operations

Unpack tarball

tar xvfz filename.tar.gz

Using find:

// find any file with apache in the filename
 
find / -name '*apache*'

Comments:

Your comment:

»

 

[x]