diff options
| author | Drahflow <drahflow@gmx.de> | 2013-03-22 21:18:46 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-03-22 21:18:46 +0100 |
| commit | 871849def2e4508cf68039712ef463ade35a1b0d (patch) | |
| tree | 80e3ff288bc72813de95f88c6756f1504d021224 /examples/compiler-missing.sh | |
| parent | 62910bd94abaf728bc7c9113c31850d403951863 (diff) | |
(minimal) regex library
Diffstat (limited to 'examples/compiler-missing.sh')
| -rwxr-xr-x | examples/compiler-missing.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/compiler-missing.sh b/examples/compiler-missing.sh index 13474dd..6f93a96 100755 --- a/examples/compiler-missing.sh +++ b/examples/compiler-missing.sh @@ -1 +1,3 @@ -{( cd working-compiler; ls *.test ); (cd working; ls *.ey)} | sed -e 's/\..*//g' | sort | uniq -c | sort -nr +( cd working; ls *.ey ) | sed -e 's/.ey/.test/' | while read n; do + [ ! -r working-compiler/"$n" ] && echo $n +done |
