ref: 92d3d9d1a431f20df9ce8d3d42ac7fb428281a01
dir: /bin/hd/
#!/bin/rc lines=3 while(! ~ $#* 0 && ~ $1 -* && ! ~ $1 --){ switch($1){ case -[0-9]* lines=`{echo $1 | sed 's:^-::'} } shift } if(~ $1 --) shift if(~ $#* 0) '*'=* for(f) if(test -f $f) echo « $f && sed $lines^q $f && echo »