Search results

  1. A

    find - exec | pipe to xargs

    UPDATE - CASE SOLVED. Whilst the output of the first command (i.e. find .. -mtime -1 -a ! -iname "*.tar" ) does not show the additional tar files which are found in the output... it does contain the folder name under which the file is contained. I've therefore updated the find command to...
  2. A

    find - exec | pipe to xargs

    Hi All, I'm new to the forum and desperately trying to work out what's going on here! I'm trying to do something fairly simple..... find files which have been modified in the past 24hrs with the exception of TAR files.... and then tar them all up nicely. The command: find .. -mtime -1 -a ...
Top