Linux/SSH command to delete every filepath found in file.
- by Paolo Bergantino
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?