Directories

cd  
cd /data1/home/metaart
cd ..
cd www
cd www/resume

du

ls
ls -a
ls -l
ls -R

pwd

File Contents

cat some_file
head some_file
more some_file
tail some_file
view some_file

Information

man ls
man man

Searching

find . -name "*.gif" -print
grep "" *.html

Copyright 1999 by George Woolley
last content change April 6, 1999