Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ls list
Name: Jeab Date: March 11, 2003 at 07:03:10 Pacific OS: Red Hat Linux CPU/Ram: 256
Comment:
How can I create lsRl.txt file which contains a listing of all files in /var directory and subdirectories?
Summary: I'm trying to write a script to batch convert wavs to mp3s. So far I have this: for file in `ls [Directory]` ; do lame -b 320 -q 0 $file.wav $file.mp3 done But the problem seems to be that even ...
Summary: Well I can give u some common key commands.. cd FolderName (Change Directory) ls (LiSt directory contents) ls -l (in long format) ls -lR (list recursively...
Summary: Hi, some common Unix commands to get you started: cp - copy files mv - move files ls - list directory contents cd - change directory mkdir - make directory rmdir - remove directory there are pleny of ...