Hi. I really know very little about linux scripting. And I need help writing this script. The script is to get one parameter which is <directory>. And than the following will ensue;
for each image within directory
[INDENT]if not(image exist in temp-directory)
[INDENT]cp image to temp-directory and resize to 1024 pixels[/INDENT]
[/INDENT]
And I have a slight other problem :( the names may contain spaces and parenthesis I will need to somehow get over that barrier too.
Any help would be welcomed.
Thank you in advance