Results 1 to 4 of 4
I have series of files
one.txt two.txt three.txt four.txt and so on into the directory TXT,
I want to move these files to TXT.BACKUP directory like
one.txt.backup two.txt.backup three.txt.backup four.txt.backup....
...
- 07-01-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 19
Move directory of files
I have series of files
one.txt two.txt three.txt four.txt and so on into the directory TXT,
I want to move these files to TXT.BACKUP directory like
one.txt.backup two.txt.backup three.txt.backup four.txt.backup....
can anyone guide me......
- 07-01-2008 #2
I suggest you cp the files to the new location and rename them ... try
Code:man cp rename
- 07-02-2008 #3Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
- 07-02-2008 #4Just Joined!
- Join Date
- Jun 2008
- Posts
- 19
Thank u pals...
It's work very well..


Reply With Quote
