Results 1 to 3 of 3
Hi everybody,
I would like to know a way to move recursively some files.
The situation is this:
I have a folder which contains a lot of subdirectories which contains ...
- 02-06-2007 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 51
Move Recursive?
Hi everybody,
I would like to know a way to move recursively some files.
The situation is this:
I have a folder which contains a lot of subdirectories which contains more subdirectories.
Every folder in these directories, contains a file called "read.txt", and I would like to changed its names for "readme.txt".
The worst way I think should be changing the names manually, but I think there should be a better way...
I read the man page of mv command but I didn't find anything...
So, any ideas??
Thanks!!!
- 02-06-2007 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
Write a shell script
- 02-06-2007 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 51
Still looking for a command...
I've been trying some commands, and I think some command like find / -name "read.txt" -exec mv {} readme.txt \; should work, but it doesn't...
Anymore ideas?
Aleix


Reply With Quote
