Sponsored Content
Top Forums Shell Programming and Scripting Help required with a file rename shell script Post 303036419 by Scrutinizer on Tuesday 25th of June 2019 03:39:28 PM
Old 06-25-2019
Here is another example you could try, all in bash shell without external utilities or subshells except for the mv command, so it should be reasonably quick.

Code:
#!/bin/bash
oldIFS=$IFS
while IFS="," read -a car; do
  if [[ ${car[1]} != VIN ]]; then
    for file in *"${car[2]}_"*.jpg
    do
      if [ -f "$file" ]; then
        tofile=${car[1]}${file#*"${car[2]}"}
        echo mv -- "$file" "$tofile" 
        car[${#car[@]}]=$tofile
      fi
    done
  fi
  IFS=","
  printf "%s\n" "${car[*]}"
  IFS=$oldIFS
done < test.csv

It also does not entirely produce the proper output format:
Code:
mv -- 002795_001.jpg WDD1173461N6437866_001.jpg

, but it should give you some idea..

Remove the echo statement when it does what you want...

Last edited by Scrutinizer; 06-25-2019 at 04:50 PM..
This User Gave Thanks to Scrutinizer For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Urgent help required in deleting a line without opening a file usinga shell script

Hi, I need a help in deleting a line matching a particular pattern in a file using shell script without opening the file. The file is a .c/.cpp file. Is it possible? Thanks (6 Replies)
Discussion started by: naan
6 Replies

2. Shell Programming and Scripting

shell script required

hi , i need a shell script that will remove the first and second lines of the text file and will list the word count of the characters present in it. the text file will be consisting of multiple textfiles.the first text file starts from 01-34.like wise the next file also starts from 01-34... (4 Replies)
Discussion started by: sethunath
4 Replies

3. Linux

shell script required

Hi, iam presenting the input text file format.Of this i need the character count of the number of characters present in each file.The attached file is a combination of 3 text file.each text file starts at record 1 - 34, then the next tetx file starts. What i need is the character count of each... (1 Reply)
Discussion started by: sethunath
1 Replies

4. Shell Programming and Scripting

Shell script help required

Hi, Can someone help me with this small piece of code. DIRNAME=$(dirname $0) BASENAME=$(basename $0) DATA="${DIRNAME}/${BASENAME}.data" && . $DATA whats is meant by && . $DATA here... Regards, Abhishek (2 Replies)
Discussion started by: max29583
2 Replies

5. UNIX for Dummies Questions & Answers

Shell script to rename or change file extension case.

I searched the forum, but there was different type of rename. Hello. I have files in folder. Like: xxxxxxxx1.html or xxxxxxxx2.txt or xxxxxxxx3.tar.gz and how to rename or change file extension case to xxxxxxxx1.htm or xxxxxxx2.TXT or (5 Replies)
Discussion started by: Sheldon
5 Replies

6. UNIX for Advanced & Expert Users

Rename a file to a file_current datetime in a shell script

Hi all, Could anyone suggest me on Renaming a file to a file_current datetime in a shell script. (3 Replies)
Discussion started by: Nithin
3 Replies

7. Shell Programming and Scripting

write shell script to rename file

hi, I need some help in writing shell script in a bourne shell.I am trying to rename the file.. eg. find /root/data -type f -name "text*) | while read FILES do newfile=${FILES/type_2.0_20101208_34.xml / tmp.xml} mv "$FILES" "$newfile" done above written script is working...If the... (7 Replies)
Discussion started by: shubhig15
7 Replies

8. Shell Programming and Scripting

Shell script is required

Dear All I have a filelisting as below: abcd_20110715_0007 abcd_20110715_0010 abcd_20110716_0001 abcd_20110716_0004 abcd_20110715_0008 abcd_20110715_0011 abcd_20110716_0002 abcd_20110716_0005 abcd_20110715_0009 abcd_20110715_0012 abcd_20110716_0003 abcd_20110716_0006 ... (3 Replies)
Discussion started by: at1700
3 Replies

9. Shell Programming and Scripting

help required with shell script

Hi, My input file as follws $ cat 1.txt ------- a aa aaa 11 b bb bbb 22 I am able to extract first and last column of a given line as follows. $ nawk '{print $1}' FS= RS= 1.txt | awk '{ $NF = ""; print }' a $ nawk '{print $1}' FS= RS= 1.txt | awk '{ print $NF}' 11 however, the... (4 Replies)
Discussion started by: bala123
4 Replies

10. UNIX for Dummies Questions & Answers

Shell script required

Hi, I need shell script for getting the date in format from below text output IP IS 10.238.52.65 pun-ras-bng-mhs-01#show conf port 2/4 Building configuration... Current configuration: ! card ge3-4-port 2 ! port ethernet 2/4 no shutdown encapsulation dot1q (7 Replies)
Discussion started by: surender reddy
7 Replies
PS(1)							       qwordtrans/kwordtrans							     PS(1)

NOMBRE
qwordtrans/kwordtrans - Multi Language Word Translator SYNOPSIS
qwordtrans [--help] [--conf dir] [--nogui] [Qt-options] kwordtrans [--help] [--conf dir] [--nogui] [Qt-options] [KDE-options] COMMAND-LINE OPTIONS Wordtrans options: --help Shows a helping message. --conf dir Directory with the configuration files. This is used in the web interface to read the configuration files from the directory /etc/wordtrans, so wordtrans can be executed as the user nobody. --nogui Behaves like the console application "wordtrans". Example: 'qwordtrans --nogui -d i2e car' is the same as 'wordtrans -d i2e car' Qt-options. All Qt programs support the following parameters (from qt-doc): -style= style sets the application GUI style. Possible values are motif, windows, and platinum. -session= session restores the application from an earlier session. -display display sets the X display (default is $DISPLAY). -geometry geometry sets the client geometry of the main widget. -fn or -font font defines the application font. -bg or -background color sets the default background color and an application palette (light and dark shades are calculated). -fg or -foreground color sets the default foreground color. -btn or -button color sets the default button color. -name name sets the application name. -title title sets the application title (caption). -visual TrueColor forces the application to use a TrueColor visual on an 8-bit display. -ncols count limits the number of colors allocated in the color cube on a 8-bit display, if the application is using the QApplication::ManyColor color specification. If count is 216 then a 6x6x6 color cube is used (ie. 6 levels of red, 6 of green, and 6 of blue); for other values, a cube approximately proportional to a 2x3x1 cube is used. -cmap causes the application to install a private color map on an 8-bit display. KDE-options: --help-qt Show Qt specific options. --help-kde Show KDE specific options. --help-all Show all options. --author Show author information. -v, --version Show version information. --license Show license information. AUTHOR
Multi Language Word Translator Copyright (C) 2000 Ricardo Villalba <rvm@escomposlinux.org>, under the GPL license. You can download new releases of wordtrans from http://wordtrans.sourceforge.net/ qwordtrans/kwordtrans August 30, 2001 PS(1)
All times are GMT -4. The time now is 01:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy