Bash ~ Perl ~ Python ~ Batch ~ Ruby
Thursday, 11 July 2013
Copying the file along with folder structure
cat file_name | while read a;
do
tar cpof - $a | ( cd /home/praveensam.s/clamav_old_files_backup ; tar xpof - ); done
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment