home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
norge.freeshell.org (192.94.73.8)
/
192.94.73.8.tar
/
192.94.73.8
/
pub
/
computers
/
3b2
/
mktable
< prev
next >
Wrap
Text File
|
1985-07-02
|
300b
|
16 lines
# @(#)mktable 1.2 /sccs/src/cmd/sadmin/shell/s.mktable
# concatenate files together, stripping comments and empty lines
#! chmod +x ${file}
if [ $# -lt 1 ]
then
echo >&2 "Usage: $0 file ...
For more detail type: prtdoc syscmd.`basename $0`"
exit 1
fi
exec sed ' /^[ ]*#/d
/^[ ]*$/d
' "$@"