The AVG Rescue GNU/Linux (ARL) CD can be used to boot a Microsoft Windows system outside of Windows and scan it for malware. The software is free from AVG, a company that produces antivirus software for Microsoft Windows systems.
[ More Info ]
|
|
[ More Info ]
$ cat filenames.txt | xargs tar -cvf allfiles.tar
If the list of file names contains spaces in file names or in the directory paths, you should put double quotes at the beginning and end of each line before you run the tar command, which you can do with the sed command.
$ sed -i 's/^/"/' filenames.txt $ sed -i 's/$/"/' filenames.txt