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 $fi...
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 dire...
Summary: Explanation of the above command to hopefully help you remember it in the future: ls: LiSt files -: a leading dash means the following are flags a: li...
Summary: You should be able to drag files around using FTP and your file browser (Konquorer/Nautilus etc) or a graphical FTP program that come with most distro...
Summary: I use ls -la | more and have an alias created to run in with just plain ls so it always shows all in a detailed listing by one page at the time. ...
Summary: When using the ls -l command I don't know how to pause the listing so that I can see everything in a directory. Also can someone tell me how to find o...
Summary: HI, when i use the ls -d command i only get "." as the result. the command does not give me the listing of the dirs or sub-dirs. I just want to see th...
Summary: hi all, how can i calculate the total size of listed files.(say i use ls -l command to list files of a directory how can i see the totall size of thes...
Summary: Hi folks, I have been looking around on http://www.sendmail.org/ and failed to find the mailing list Or forum where users post for help. Pls advise w...
Summary: Is there a way in Linux to allow users access to a file in a directory, but not allow them to list the files in a directory? I guess the ls command sh...
Summary: Assuming that you're in the console, type the following: --------------- # mount /dev/cdrom *It may already be mounted* # cd /mnt/cdrom # cp pctel-0...
Summary: Random?? Array?? Where does that come from? We must be reading different descriptions. 'scroll through' - what do you mean my that. I imagine that ...
Summary: "what is compiling" Hmmm....where do I start?!?=o) Compiling is the process of turning computer programming code into something that your computer can...
Summary: HI, All I have a problem to use ftp, i need your guy to help me. I can connect to my linux box from my window box, then I can see my current directory...
Summary: You should keep your personal files in your home directory which will be located under /home, it will be called your username, eg /home/rturro. Create...
Summary: I'm new to bash scripting and for practice I'm making a script called rubbish as an alternative for "rm". The idea is if you type "rubbish file1 file...
Summary: Hi xsu, you can find out about your drives if you issue fdisk -l /dev/hd? This should list all your partitions and types. You can mount all partitions...
Summary: since you have 7.2 and not 7.3 try usin linuxconf (if you installed it during the install process) it is a handy gui (graphic user interface) for adm...
Summary: Take your pick from the following: ls -R dir -R tree The main difference between ls -R and dir -R is that ls -R will use colours to indicate differen...
Summary: 1) Edit your /etc/fstab file and add "umask=0" to the options for the FAT drive, eg: /dev/hda1 /mnt/windoze vfat umask=0 0 0 2) Even if you have...