Connect Edit Terminal Help
danielg % ls
project web.tar
danielg % tar -xvf web.tar
./web.tar
./project
./project/docs
./project/docs/index.html
./project/docs/doc_plan.html
./project/mktg
./project/mktg/index.html
./project/mktg/requirements.html
./project/qa
./project/qa/test_plan.html
./project/qa/index.html
./project/sw
./project/sw/index.html
./project/sw/product_spec.html
./project/index.html
danielg % find .
./web.tar
./project
./project/docs
./project/docs/index.html
./project/docs/doc_plan.html
./project/mktg
./project/mktg/index.html
./project/mktg/requirements.html
./project/qa
./project/qa/test_plan.html
./project/qa/index.html
./project/sw
./project/sw/index.html
./project/sw/product_spec.html
./project/index.html
danielg %