repo.or.cz
/
dasher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Take care of possible division by zero all along vertical line rather than
[dasher.git]
/
maint
/
list-all-text-files
blob
72f319430e19ac337736e1c89f5ba28ca153aee8
1
#!/bin/zsh
2
3
find
.
-type
f
"$@"
|
grep
'\.[^/]\+$'
|
grep
-v
'\.\(o\|gmo\|png\|gif\|b2p\|bmp\|HLP\|cnt\|ico\|hpj\|exe\|dsp\|dsw\|iss\|icns\|a\|dll\|nib\|cur\|strings\)$'