Search results

  1. J

    append find command result to csv

    Hi and thanks for the help in advance im using this command to output the latest time stamp of modifed files in a directoy and works well to screen find /nas/quota/slot_2/root_vdm_2/homeshare/home/username/ -printf "ajm293, %TY-%Tm-%Td , %TT\n , " | sort -nr | head -n 1 this gives output to...
  2. J

    recursivley output through directory tree last modified date/time for files and folders to csv

    Hi, Could I have some assistance in creating a a script to recurivley search through a diectory tree outputting files and sub folders created or modiefied after a specific date and time to a csv file? Thanks in advance
  3. J

    recursivley show modified dates of files within a folder and sub folders

    Hi, Could I have some assistance in creating a a script to recurivley search through a diectory tree outputting filesand sub folders created or modiefied after a specific date and time? Thanks in advance
  4. J

    folder rename on mass

    could somebody help me with a bash script to run on a linux server to rename several hundred folders. An example would be to rename "folder1" to "folder1_deleteme" Thanks
Top