File:  [CSRG BSD Unix] / 43BSDTahoe / new / notes / man / rscript
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

#! /bin/csh -f
# Install the man pages on each of the specified hosts.
# (Assumes that you have permissions)
set	sec1	= "notes.1 nfpipe.1 checknotes.1 nfstats.1 nfprint.1 autoseq.1 readnotes.1"
set	sec3	= "nfabort.3 nfcomment.3"
set	sec8	= "mknf.8 rmnf.8 nfxmit.8 nfrcv.8 newsinput.8 newsoutput.8 nfaccess.8 nfarchive.8 nfmail.8 nfdump.8 nfload.8"
set echo
foreach i ($*)
  echo "Host: " $i
  rcp $sec1 ${i}:/usr/man/man1/.
  rcp $sec3 ${i}:/usr/man/man3/.
  rcp $sec8 ${i}:/usr/man/man8/.
end

unix.superglobalmegacorp.com

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