Linux/SSH command to delete every filepath found in file.

Posted by Paolo Bergantino on Server Fault See other posts from Server Fault or by Paolo Bergantino
Published on 2010-06-06T00:32:11Z Indexed on 2010/06/06 0:42 UTC
Read the original article Hit count: 440

Filed under:
|

I have a file full of filepaths relative to its own path:

./Talent/152/Resume/a file name.pdf
./Talent/153/Resume/some file name.pdf
./Talent/154/Resume/yet another file name.pdf
... and so on ...

What would be the appropriate shell command to go through each line in this file and remove it?

© Server Fault or respective owner

Related posts about linux

Related posts about shell