Subversion Repositories wimsdev

Rev

Rev 10787 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10787 Rev 17877
Line 67... Line 67...
67
 fi
67
 fi
68
done
68
done
69
# if "sort" exits on your system with error 'sort: Illegal byte sequence'
69
# if "sort" exits on your system with error 'sort: Illegal byte sequence'
70
# and thus no .index file is written,
70
# and thus no .index file is written,
71
# add LC_ALL=C to the 'env' string or remove the 'env' command all together...
71
# add LC_ALL=C to the 'env' string or remove the 'env' command all together...
72
env LC_COLLATE=POSIX LANG=POSIX LC_CTYPE=fr_FR.UTF-8 sort -t ',' -f -k 3,4 <.IND >.index
72
env LC_ALL=C LC_COLLATE=POSIX LANG=POSIX LC_CTYPE=fr_FR.UTF-8 sort -t ',' -f -k 3,4 <.IND >.index
73
rm -f .IND
73
rm -f .IND
74
 
74
 
75
###cleanup example class
75
###cleanup example class
76
### remplacer .bak par autre chose
76
### remplacer .bak par autre chose
77
for cls in 1???
77
for cls in 1???