Recent content by physicalgenius

  1. P

    Remove/delete not working in bash script

    Hi JasKinasis, you are the man. That was the trick. Thanks a million. Everything now works like a charm. :)
  2. P

    Remove/delete not working in bash script

    That is just part of the error message I receive. Any idea why the "rm" command in the bash script does not work. Any better way of doing this? Thanks
  3. P

    Remove/delete not working in bash script

    I have a text file(.txt) containing a list of files (one per line) which have to be deleted from a folder on my server. The files to be deleted from the server have to match names of the files in the text file. I wrote a small bash script to do this. Did some research online. When I run the...
Top