Changes between Version 25 and Version 26 of Procedures/NewDataArrival
- Timestamp:
- Jul 7, 2008, 5:35:05 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NewDataArrival
v25 v26 16 16 * remove any spaces, brackets or other Unix-upsetting characters in filenames 17 17 * 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 -> `find -type f -exec chmod a-x {} \;` 19 19 * move DCALM* files to applanix/Raw 20 20 * bzip lidar files, `bzip lidar/*`