Sponsored Content
Top Forums Shell Programming and Scripting rename multiple files with wildcards Post 302358313 by mpcengineering on Friday 2nd of October 2009 05:32:26 AM
Old 10-02-2009
I would suggest a for loop, but what shell are you using so we can provide the correct syntax for your script?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Rename multiple files

Hello, I want to rename multiple files at a time and I don't know how to do it. I have various ".mp3" files, like "band name - music name.mp3" and I want to remove the "band name" from all files. Anybody knows how to do it using shell script or sed or even perl? Thanks (7 Replies)
Discussion started by: luiz_fer10
7 Replies

2. Shell Programming and Scripting

rename multiple files

Hi, can anyone have a ksh script to rename multiple files (ie to remove .Z extension of the files) can someone correct this? for i in *.Z do var1 = substr($i, 1,at(".Z",$i)-1) mv $i $var1 done Thanks.. Antony (13 Replies)
Discussion started by: antointoronto
13 Replies

3. Shell Programming and Scripting

now to rename multiple files

I have several hundred files in one directory which I need to move to another directory with the new extension, for example: /bb/data/rptmgr* are in the source directory need to be moved to /bb/data55/rptmgr*.new Is there an efficient way to do it? Thanks -A (4 Replies)
Discussion started by: aoussenko
4 Replies

4. Shell Programming and Scripting

Perl, open multiple files with wildcards

I have a question regarding Perl scripting. If I want to say open files that all look like this and assign them to a filehandle and then assign the filehandle to a variable, how do I do this? The file names are strand1.fa.gz.tmp strand2.fa.gz.tmp strand3.fa.gz.tmp strand4.fa.gz.tmp ...... (6 Replies)
Discussion started by: japaneseguitars
6 Replies

5. Shell Programming and Scripting

Rename the multiple files

Hi I need to reanme the multiple file using unix script I have multiple file like: sample_YYYYMMDD.xls test new_YYYYMMDD.xls simple_YYYYMMDD.xls I need to rename this file sample.xls testnew.xls SIMPLE.xls thanks (8 Replies)
Discussion started by: murari83.ds
8 Replies

6. Shell Programming and Scripting

Rename multiple files

hello: I have multiple files with names like: somestring_y2010m01d01 somestring_y2010m01d02 .......... somestring_y2010m12d31 How... (4 Replies)
Discussion started by: sylcam
4 Replies

7. UNIX for Dummies Questions & Answers

Rename Multiple Files

Hey guys, I am the definition of a newbie. I am in the process of trying to rip all my dvds onto a new HTPC I setup. While doing this, I am also trying to organize a bunch of other files I already have to proper naming conventions. So far I have just been naming each file separately (I am on a... (4 Replies)
Discussion started by: Ralze34
4 Replies

8. Shell Programming and Scripting

Rename a multiple files

I have multiple files in folder which i want to rename. hence I am using the below command in my script by I get an error: export XXX_LOG_DIR="${LOG_DIR}/${XXX_HOST}/xxx/${REPORT_DATE}" mv $XXX_LOG_DIR/*.audit.gz $XXX_LOG_DIR/*.audit.log.gz But I get the below error: mv: target... (5 Replies)
Discussion started by: karan8810
5 Replies

9. Shell Programming and Scripting

SBATCH trinity for multiple files and rename/move the output files

Hey guys, I have wrote the following script to apply a module named "trinity" on my files. (it takes two input files and spit a trinity.fasta as output) #!/bin/bash -l #SBATCH -p node #SBATCH -A <projectID> #SBATCH -n 16 #SBATCH -t 7-00:00:00 #SBATCH --mem=128GB #SBATCH --mail-type=ALL... (1 Reply)
Discussion started by: @man
1 Replies

10. Shell Programming and Scripting

Rename multiple files in one go

OS : Oracle Linux 6.8 shell : bash As shown below, I have multiple files like below (query1-extract_aa, query1-extract_ab, query1-extract_ac, ....) $ ls -l total 235680 -rw-rw-r-- 1 reportusr reportusr 30M May 3 11:25 query1-extract_aa -rw-rw-r-- 1 reportusr reportusr 30M May 3 11:25... (5 Replies)
Discussion started by: kraljic
5 Replies
seesat5(1)						      General Commands Manual							seesat5(1)

NAME
seesat5 - provides satellite visibility information. SYNOPSIS
seesat5 [ report ] [ go <Label> ] | [ <command> ... ] DESCRIPTION
This program uses the sgp4 algorithm provided by NORAD to produce position information on a satellite. Seesat5 can produce tracking infor- mation for one satellite over a period of several days, or for a collection of satellites over that period. By providing filter conditions seesat5 prints out only those satellites you might have a chance to see rather than all the satellites that pass above the horizon. Seesat5 is typically run by placing control commands into an init file called SEESAT5.INI. See seesat5 (7) for the description of these commands. If there is no init file Seesat5 will present the operator with a '>' prompt where commands can be entered. From the prompt seesat5 will begin analysis when sufficient parameters have been entered to begin the run. Seesat5 uses selection conditions to filter the data so that only high and bright satellites are printed. Note that the selection condi- tions are used to select whether or not the current passes data will be printed. If it is printed, then the complete pass data is printed. ie. all data from when the satellite comes over the horizon until it goes below. For lines that satisfied ALL the selection conditions, a "+" sign is printed as the first character. Options report This option will disable printing of report records in the output of the run. These include all command lines found in SEESAT5.INI or entered from the command line or the prompt. go Followed by a label, this option causes branching within the SEESAT5.INI to begin execution at the line following label. Branching occurs when the cmdline command is executed in the SEESAT5.INI file. command Most of the commands that can be found in SEESAT5.INI can be entered on the command line. If you desire the SEESAT5.INI file to exe- cute after the command line be sure to make the last command RET. FILES
SEESAT5.INI The control file for seesat5 *.tle Two line element files used by seesat5. SEE ALSO
seesat5(7), SEESAT5.INI(5), tle(5), cr(1) BUGS
Seesat5 is not always able to check data integrity. Since computation and output is driven by the data in the two line element, subtle errors in a tle can cause floating point exceptions. In addition there are several commands that do not work well together, like SHOWTLE and RUNTIME. Please report any problems with seesat5 to Dale Scheetz <dwarf@polaris.net>. Debian Linux 28 March 96 seesat5(1)
All times are GMT -4. The time now is 09:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy