Recent content by realmjumper99

  1. R

    help with search and copy script

    I have been playing with this all weekend and i came up with this bit of script >find ../boomstick \*.log\* followed by >filenew=$file >while [ e /newdir/$filenew ]; do > $filenew=z+$filenew >done >cp $path/$file /newdir/$filenew but how do i get $file and $path from the find command?
  2. R

    help with search and copy script

    Thanks but extension/file type wasn't a criteria for that application to use
  3. R

    help with search and copy script

    I have a number of files sprawled out over multiple directories on my one external drive (I use it to back up multiple machines I work on here at work) I want to gather all of those files into one folder (/collection) so that I can go through them all and come up with one consistent naming and...
Back
Top