File:  [CSRG BSD Unix] / 43BSDTahoe / new / B / src / b / b_p.sh.gen
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe

: 'Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1984.'
: '$Header: /var/lib/cvsd/repos/CSRG/43BSDTahoe/new/B/src/b/b_p.sh.gen,v 1.1.1.1 2018/04/24 16:12:58 root Exp $'
:
: 'Nicely print the units in this workspace.'
:
PATH=/bin:/usr/bin:/usr/ucb:/usr/local
export PATH
: 'B_LIB is the directory where 'retab' gets installed.'
: 'Filled in by make.'
B_LIB=
RETAB=$B_LIB/retab

for F in `
	ls |
	grep "^['<\">]" |
	sort +.1
`
do	N=`echo $F |
	sed 's/.//
	s/.........../&/
	s/.*/.../'
	`
	echo "                                                               *** $N"
	cat $F |
	sed 's/^\([ 	]*\)ALLOW\([ 	]\)/\1SHARE\2/'
	echo ''
done |
$RETAB -n -t4 |
pr -h `pwd`

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.