Changes between Version 26 and Version 27 of Procedures/NewDataArrival


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NewDataArrival

    v26 v27  
    1616 * remove any spaces, brackets or other Unix-upsetting characters in filenames
    1717   * use `find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py` to give suggested commands, but check before pasting commands!
    18  * remove executable bit on all files -> `find -type f -exec chmod a-x {} \;`
     18 * remove executable bit on all files
     19   * use `find -type f -exec chmod a-x {} \;`
    1920 * move DCALM* files to applanix/Raw
    2021 * bzip lidar files, `bzip lidar/*`