Slight problem with installing GNOME Commander - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Tips and Tricks (https://www.linux-noob.com/forums/forum-59.html) +---- Forum: Compressed Files (https://www.linux-noob.com/forums/forum-30.html) +---- Thread: Slight problem with installing GNOME Commander (/thread-1991.html) Pages:
1
2
|
Slight problem with installing GNOME Commander - mizzy - 2006-05-06 Thanks for that, I did run that in the bin folder and I've have got a lil bit further but... After all the above is done and I unlock the de-renamer file, I then CD to my folder that has my images and type: de-renamer funkyevent and I get back: ls: [0-9][0-9][0-9][0-9]: No such file or directory :( There are about 20 images in there, and they even show up when I type ls in terminal. Any idea's? :) Slight problem with installing GNOME Commander - znx - 2006-05-07 Quote:There are about 20 images in there, and they even show up when I type ls in terminal. Ah .. you couldn't have given me the correct name.. it is looking for a file that is ONLY numbers, I see you say "images" .. so it will have an extension (like .jpg or .gif) .. Give me a better example and I will show you what to alter to make it work. Slight problem with installing GNOME Commander - mizzy - 2006-05-07 Oh, my apologise's for not making myself clear... Its images files and they are named as : dscf0264.jpg, dscf0265.jpg, dscf0266.jpg etc :)But if I can, I want to re-number them to a date and chosen file name, then order them in number order. So like I want the final result to look like: 07052006_whatever_001.jpg, 07052006_whatever_002.jpg, 07052006_whatever_003. jpg etc :) Slight problem with installing GNOME Commander - znx - 2006-05-07 Quote:Oh, my apologise's for not making myself clear... OK! reworking what i had Code: #!/bin/sh Ok, I switch the date style... and added the ability to see the files you want.. :) Should do it now.. fingers crossed ;) Oh .. renumber! I didn't do that .. er we can do that too :P (it is just using the existing numbers) The above stuff .. does 1233 -> 1233 it will not renumber it .. so . this is the same thing .. but this time renumbering too! Code: #!/bin/sh Slight problem with installing GNOME Commander - mizzy - 2006-05-07 :):):):):) BINGO!! :):):):):):):) Finally worked! YAY! I'm so pleased! Your a genius!!! :):D:D I used the bottom code as I want them in number order. THANKS AGAIN, your a star!!! :) Made my head spin a bit, I got there in the end tho :) Slight problem with installing GNOME Commander - znx - 2006-05-07 Quote:BINGO!! :) |