Changes between Version 1 and Version 2 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Feb 4, 2008, 5:02:59 PM (16 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v1 v2  
    66
    77''saved as partial''
     8
     9Handy 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