Changes between Version 61 and Version 62 of Procedures/NEODCDelivery


Ignore:
Timestamp:
Apr 15, 2011, 11:05:35 AM (13 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Procedures/NEODCDelivery

    v61 v62  
    2727   1. Scan the filesystem for any 'bad' things and fix them:
    2828    1. Delete any unnecessary files - backups of DEMs that weren't used, temp files created by gedit (~ at end of filename), hidden files, duplicates in lev1 dir etc
    29     1. Find all files/dirs with unusual characters (space, brackets, etc):
     29    1. Find all files/dirs with unusual characters (space, brackets, etc), ignoring the admin/trac_ticket folder:
    3030{{{
    31 find -regex '.*[^-0-9a-zA-Z/._].*' | ~arsf/usr/bin/fix_naughty_chars.py
     31find -regex '.*[^-0-9a-zA-Z/._].*'  -o -path './admin/trac_ticket' -prune | ~arsf/usr/bin/fix_naughty_chars.py
    3232}}}
    3333       This will give suggested commands, but check first.