copy files with new extension in same directory


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting copy files with new extension in same directory
# 8  
Old 05-25-2010
Dropping the -print0 worked like a charm.

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Copy files based on specific word in a file name & its extension and putting it in required location

Hello All, Since i'm relatively new in shell script need your guidance. I'm copying files manually based on a specific word in a file name and its extension and then moving it into some destination folder. so if filename contains hyr word and it has .md and .db extension; it will move to TUM/HYR... (13 Replies)
Discussion started by: prajaktaraut
13 Replies

2. Shell Programming and Scripting

Copy files with extension .sh

Hi all... I am trying to copy all my shell script to some directory using following command, I want to simplify it by not using awk..please some one help me.... find -name "*.sh" | awk -F"/" '{a=$NF;gsub(".sh",x,a);cmd="cp"" " $0" ""/home/akshay/MY_ALL/"a"_"++i".sh";system(cmd)}' (3 Replies)
Discussion started by: Akshay Hegde
3 Replies

3. Shell Programming and Scripting

Delete all files with specific extension in directory tree

I'm sure this has been asked many times, but a search didn't turn up a definitive best method for this (if there ever is such a thing). I have been using rsync to back up my main data directory, but I have accumulated a large number of older backups that I don't need. All of the files I don't... (14 Replies)
Discussion started by: LMHmedchem
14 Replies

4. Shell Programming and Scripting

Copy the files in directory and sub folders as it is to another directory.

How to copy files from one directory to another directory with the subfolders copied. If i have folder1/sub1/sub2/* it needs to copy files to folder2/sub1/sub2/*. I do not want to create sub folders in folder2. Can copy command create them automatically? I tried cp -a and cp -R but did... (4 Replies)
Discussion started by: santosh2626
4 Replies

5. Shell Programming and Scripting

List files with *.i extension in a directory and all its subdirectories + 30days old then remove

I need to write a script to : list files with *.i extension in a directory and all its subdirectories + 30days old, save it in a file and then remove (2 Replies)
Discussion started by: lena keung
2 Replies

6. Red Hat

Unable to copy files due to many files in directory

I have directory that has some billion file inside , i tried copy some files for specific date but it's always did not respond for long time and did not give any result.. i tried everything with find command and also with xargs.. even this command find . -mtime -2 -print | xargs ls -d did not... (2 Replies)
Discussion started by: before4
2 Replies

7. UNIX for Dummies Questions & Answers

Copy files with same name but different extension from 2 different directory

Hi all, i have 2 directory of files, the first directory(ext1directory) contain files of extension .ext1 and the second directory(allextdirectory) contains files of multiple extensions (.ext1,.ext2,.ext3,..) so i want to copy the files from directory 2(allextdirectory) that have the same name... (8 Replies)
Discussion started by: shelladdict
8 Replies

8. UNIX for Dummies Questions & Answers

Copy files into another directory

I have a folder will a lot of documents (pdf, xls, doc etc.) which users have uploaded but only 20% of them are currently linking from my html files. So my goal is to copy only the files which are linked in my html files from my Document directory into another directory. Eg: My documents exist... (5 Replies)
Discussion started by: ankitha
5 Replies

9. UNIX for Dummies Questions & Answers

copy all files matching the request and change the extension at the same time

Hi everyone When I'm starting my script I'm giving to it two parameters: script.sh ext1 ext2 I need to copy all files in a directory fitting ext1, to the same folder, with the same names, but with the changed extension to ext2. Till now I've just managed to do it for only 1 file, but I... (16 Replies)
Discussion started by: vacuity93
16 Replies

10. Shell Programming and Scripting

Checking if the files in a directory have a txt extension

foreach file ($dir1/*) if ($file ~ *.txt) then echo "Skipping $file (is a txt file)" endif end that should work right guys? :confused: (15 Replies)
Discussion started by: pantelis
15 Replies
Login or Register to Ask a Question
GTKAM(1)																  GTKAM(1)

NAME
gtkam - Graphical front end for gphoto2 COMMANDS
File Menu File->Save Photos Gives options to save photos to the computer. File->Save Photos->Selected Saves the selected photos from the camera to the computer. File->Save Photos->All Saves all photos in the camera to the computer. Both menu items open a "Save photos..." dialog box which allows the user to select the folder to save the images in, as well as a number of other options. What to save: This is a set of checkboxes which allows the user to select the forms in which data for the selected image(s) will be saved. Any or all of these options may be selected at once. Save photos This is the default. It causes the photos being saved to be downloaded from the camera and saved to the identified folder. Save raw data FIXME: What to say? Save audio data Causes any audio data associated with the image to be saved to the selected folder. Save thumbnails Saves a small version of the selected images to the identified folder. Save EXIF data Saves the EXIF data associated with the images. FIXME: should we say more about the EXIF format? Open image(s) with: This allows the user to specify FIXME ?? Use filename(s) provided by the camera. Causes the saved files to have the names provided by the camera. Filename prefix: Defines a prefix to be used when creating filenames. This prefix is combined with the number starting with the number defined in: Start numbering with: Defines the first number of the sequence of photos to be stored. File->Delete Photos Gives options to delete photos from the camera. File->Delete Photos->Selected Deletes selected photos from the camera. File->Delete Photos->All Deletes all photos in the camera. Both of these menu items open a dialog to confirm the deletion of the photos. A list of photos is presented with a checkbox beside each photo name. Uncheck the box to prevent a specific file from being deleted. File->Quit Quits gtkam. View Menu Gives options for previewing photos before downloading them from the camera. View->View Thumbnails This is the same command as the checkbox on the main gtkam window. It allows the user to select whether thumbnails of the photos are displayed, or just the file names. View->Zoom In Enlarges the thumbnails. View->Zoom 100 Returns the thumbnails to default size. View->Zoom Out Reduces the thumbnails. Select Menu Select->All Selects all pictures in the camera. Select->Inverse Inverts the selections already made so that previously unselected images are now selected, and previously selected images are now unselected. Select->None Undoes all selections so that no images are selected. Camera Menu Camera->Add Camera... Opens a window to allow the user to define the camera and interface being used. "Simple" Select Camera Dialog. "Enhanced" Select Camera Dialog. Dialog for explicitly adding a path to the port to which the camera is attached. Help Menu Help->Debug... Opens the logging window which allows the user to select the type of messages to log. Error causes the logging of any error messages. Verbose Increases the amount of information being logged. (I can't see what effect this has. - mjr) Debug Causes the logging of progress reports as the software communicates with the camers. Data Causes the logging of all data being transferred from the camera. This will generate huge quantities of hexadecimal informa- tion. Save As... opens a dialog to allow the user to save the information logged in the debug window. Close Closes the debug window Help->About... Opens the about gtKam window. This gives the current version, author credits, and contact information. Right Click (over directory pane) Menu Right Click->Upload File Opens a dialog to identify an image file for uploading to the camera. Right Click->Make directory Opens dialog to create new directory. Right Click->Remove directory Opens a dialog to remove (delete) an existing folder (directory). Right Click->Capture Opens a window to allow the user to trigger the camera to acquire an image if the camera and its gphoto2 driver supports this fea- ture.. (This feature is not available on my camera, so I would appreciate some input on this item. -mjr) Right Click->Preferences Camera configuration tab. Driver configuration tab. Right Click->Summary Displays a window with information about the camera and its memory. Right Click->Manual I'm not sure what this should contain. Anyone? - mjr FIXME: need useful image Right Click->About Displays a window with information about the camera driver and its authors. This should include contact information for the maintainers of the drivers for your camera. Right Click->Select Camera Opens the Add Camera dialog. Right Click->Remove Camera Removes the camera from the directory pane. Right Click (over list pane) Menu Right Click->View with...->Built-in viewer Downloads the image under the cursor and displays it in a new window. The window automatically resizes the image to fill the window. Right Click->Info Presents file name, type, size, date and permissions information about the image under the cursor. Right Click->Save Downloads the image under the cursor and opens a dialog to allow it to be saved to the computer. Right Click->Delete Opens a dialog to allow the user to delete the image under the cursor. AUTHOR
The gPhoto2 Team. Man page edited by Michael J. Rensing <michael.rensing@shaw.ca>. August 2002 GTKAM(1)