I backup my systems with
Nothing tar & gzip/bzip2 by hand or home made script rsnapshot BackupPC Amanda Bacula Some commercial application Some really expensive commercial application... ( 1450 votes ~ 34 comments )
You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.
To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.
This is the comment you were replying to, attached to the article Easily renaming multiple files.:
#22 Re: Easily renaming multiple files. Posted by Anonymous (199.8.xx.xx) on Thu 5 Apr 2007 at 15:37 I think cat is the problem on this. For me, a better syntax for processing a file line by line is: while read LINE do blah blah blah done < $1 Just specify the file on the command line, or you can replace the $1 with the filename or full path to the file. --Jim linuxactivist.blogspot.com
I think cat is the problem on this.
For me, a better syntax for processing a file line by line is:
while read LINE do blah blah blah done < $1
Just specify the file on the command line, or you can replace the $1 with the filename or full path to the file.
--Jim linuxactivist.blogspot.com
Posting Format:
Inappropriate comments will be removed.
Some help on entry formatting is available
Username:
Password:
[ Advanced Login ]
Register Account