shithub: bin.rc

ref: f6706e1759c3e16f6f710ac897b7aa1cb5e22fa4
dir: /bin/hd/

View raw version
#!/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 »