3 lines
91 B
Plaintext
3 lines
91 B
Plaintext
|
#!/bin/csh
|
||
|
perl -pi.bak -e 's/tail ([+-][0-9]*)/tail -n \1/g;' src/* glue/*/* >& /dev/null
|