05-17-2004, 05:33 PM
|
|
Confirmed User
Join Date: Feb 2002
Location: Michigan
Posts: 5,998
|
Quote:
Originally posted by ZoiNk
in Unix, log into the shell (use a telnet or ssh program)
ls >> filelist.txt
once you are in the directory you want. It will create filelist.txt with all the filenames. I personally like
ls -al >> filelist.txt
That's assuming you know how to move around in unix.
ZoiNk
|
|
|
|