shithub: bin.rc

ref: 7888f0d7ab5dbd4f0a92cef3730590a4c7b9bea8
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 »