Summary: Hi, I would like to rename files in a directory. for eg: ls -ltr *.bup.* would give a result of: ma.bup.Wednesday hw.bup.Wednesday etc I need to tri...
Summary: How may I rename files *.txt to *.dat? (*=all). Example: If i have 3 files named a.txt, b.txt, c.txt how can I rename them as a.dat, b.dat & c....
Summary: Greetings! Does anyone know of a utility or a script for renaming files on a UNIX web server? I've seen several of these types of renaming utilities ...
Summary: Looking for some help in renaming files using a shell script. Suppose I have a directory which contains several files, some of which are *.dat files. ...
Summary: David, First,I should thank u so so much for your effort Table file sample: Yes, my file contains .. .. Meet => 0 ------------ .. .. Meet => 0 ------...
Summary: Hi, I want to find files excluding certain file extension in perl script i am using the below `find . -type f ! \( -name "*.gz" -o -name "*.tar" -o -...
Summary: hi, i am having difficulties trying to save a graph output from Xgraph (on cygwin). When trying to save, HardCopy the available formats are: output de...
Summary: How do I rename all the files in a particular directory with the file extension .UNC for uncompressed. They are compressed and have a .Z extension bu...
Summary: What i need is a script that renames files like dos. so that if i type: "dosrename" in a sh prompt with the parameters "*.htm" and "*.html" is will re...
Summary: Hello, I have a over 1000 files on a linxu box and I need to rename them. Can you write me a simple script which do the job. Here is my files format...
Summary: I'm trying to write a shell script to monitor certain files and display a warning when they reach a certain size. The idea being to give a warning BEF...
Summary: the files iam trying to rename are .zip files, and i would like the script to take out the first 12 characters and the last 6 out of the file name. th...
Summary: Sorry, first posted on the linux forum....then I thought I may get better scripting help here. I have a couple of folders containing spam and ham on w...
Summary: Hi, I am very new to Unix (taken one week of class so far) and have been given an assignment that I find impossible to accomplish. It seems like a...
Summary: Hi, I hv one file with 100 200 300 2nd file with 100 200 300 400 then I should get difference only 400 in third file.can anybody write a script for ks...
Summary: I need a script to change the case of file extensions from upper to lower case. I don't think I can do it just in the ordinary bash shell, and I know...
Summary: Hello! I need to write a script that will ftp some files from an NT server down to a Unix server. Once the files have been ftp'd, I need to rename t...
Summary: I am writing an ftp script to get a file whose filename changes, but the file extension is consistent. Tried using "get *.txt" but got "file does not ...
Summary: I need to create a script that will remove a file if there is no extension. The file is generated with a random name, based on current date. The file...
Summary: Hi, How to convert a text file (which is tab delimited) into an .xls file. in unix scripting. I tired renaming the extension of .txt into .xls. It see...