Changes between Version 27 and Version 28 of Procedures/NewDataArrival


Ignore:
Timestamp:
Jul 7, 2008, 5:35:48 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v27 v28  
    1515 * rename any capitalised subdirectories
    1616 * remove any spaces, brackets or other Unix-upsetting characters in filenames
    17    * use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py` to give suggested commands, but check before pasting commands!
     17   * use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py`
     18   * gives suggested commands, but check before pasting commands!
    1819 * remove executable bit on all files
    1920   * use `find -type f -exec chmod a-x {} \;`