Changes between Version 7 and Version 8 of dev/data


Ignore:
Timestamp:
05/06/2011 01:58:16 PM (13 years ago)
Author:
Sam Hocevar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dev/data

    v7 v8  
    2222{{{
    2323#!sh
    24 find data/art -name '*.spe' | sort
    25 | while read i ; do echo ; basename $i; ./src/abuse-tool $i list | cut -b6- | tail -n +2 | sort -k4; done
     24find data/art -name '*.spe' | sort| while read i ; do
     25   echo ; basename $i; ./src/abuse-tool $i list | cut -b6- | tail -n +2 | sort -k4
     26done
    2627}}}
    2728