Hi,
I wanted to extract files to read pdf files, they were around 100. So i tried to write a script to do the same.
while read line ; do unrar e “$line” ; done < myfile.txt
this will extract all the files in the same directory.
If you like my blog, do check my new blog at blog.aganith.com
Advertisement