Search Results

Search: Posts Made By: jason7
1,629
Posted By jason7
good old shell ftp...how!
hi:

I am trying to move files from server to server with ftp.

I want the command to read a folder and upload all subdirs and files.

what is the command to do this?

is there something...
3,262
Posted By jason7
thanks! ...
thanks!
http://tbn2.google.com/images?q=tbn:9crijJDAUFrW3M:http://www.sl-designs.com/images/free-backgrounds/smiley-hug3_sl-designs.jpg
3,262
Posted By jason7
when I use it with echos it looks like it should...
when I use it with echos it looks like it should work. mkdir commands are duplicated though.

When I run it without echos I get a "No such file or directory" message.

It finds the files and...
3,262
Posted By jason7
move files and retain subdir structure
hi:

I have some files like this

folder1/recording1.mp3
folder1/docs/budget.doc

folder2/others/misc.mp3
folder3/others/notes.doc

all this folders and files are under the mp3 folder.

I...
3,343
Posted By jason7
perfect. a million thanks.
perfect. a million thanks.
3,343
Posted By jason7
Thanks! just one more thing. How should...
Thanks!

just one more thing.

How should I change it so that the xml is generated next to the mp3?

so if i have

folder1/audio1.mp3
folder1/2001/recording.mp3

i get
...
29,579
Posted By jason7
hi: I ended up using this find ....
hi:

I ended up using this

find . -print | while read file
do
file_clean=${file//[ ()&\'\,]/_}
mv "$file" "$file_clean"
done


since I wanted to rename folders too and there were...
29,579
Posted By jason7
remove special characters from filename recursively
hi:

i have several thousand files from users and of course they use all kind of characters on filenames. I have things like:

My special report (1999 ) Lisa & Jack's work.doc

crazy.

How do...
3,343
Posted By jason7
read mp3 filename and create one XML for each file
Hi:

I have a collection of mp3s and I need to create 1 xml file per mp3.

I have:

recording1.mp3
recording2.mp3
etc

and I want to generate this kind of files.

recording1.xml...
5,061
Posted By jason7
thank you! for you ...
thank you!

for you
http://www.connersvine.com/wp-content/uploads/2008/04/cookie.jpg
5,061
Posted By jason7
hey thanks for that. there is a slight proble...
hey thanks for that. there is a slight proble however. spaces in filenames are not considered. how to fix that?

thanks again.
5,061
Posted By jason7
rename multiple filename.45267.txt to >> filename.txt
i have several thousand files and in subdirs that are named

file.46634.txt
budget.75346.pdf

etc

i want to remove the number but retain the extension.

it is always a 5 digit.

thanks.
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 07:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy