xref
: /
original-bsd
/
old
/
compact
/
ccat.sh
(revision b9247b37)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
#
3
#
ccat.sh
4.1 83/02/11
4
#
5
for
file
in
$*
6
do
7
/
usr
/
ucb
/
uncompact
<
$file
8
done
9