Changes between Version 1 and Version 2 of Procedures/NEODCDelivery
- Timestamp:
- Feb 4, 2008, 5:02:59 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Procedures/NEODCDelivery
v1 v2 6 6 7 7 ''saved as partial'' 8 9 Handy commands: 10 11 * `find -type f -not -wholename *bin/az* -and -not -regex '.*/run[aceh]/.*sh' -and -perm /a=x -exec chmod a-x {} \;` 12 * removes executable bit on all files (except bin/az* and the run[aceh] scripts) 13 * `find -regex '.*[^-0-9a-zA-Z/._].*'` 14 * find all files/dirs with unusual characters (space, brackets, etc) - these need a manual rename