This appendix contains entries for commands that are still shipped with SVR4 and/or Solaris, but which have been superseded in their functions by other commands or technologies. Here you will find:
These commands were used for dial-up interactive or system-to-system communications. Widely available Internet connectivity has generally made them obsolete. talk is a better alternative to write.
bfs was intended for processing large files, up to one megabyte. vi on modern systems easily handles files that are considerably larger.
crypt provided file encryption. However, its algorithm is considered weak, and better tools are available today.
newform was intended for data-reformatting. This is much more easily handled with sed or awk.
vc provided a very simple-minded form of version control. RCS and SCCS are much better alternatives.
All but shl are specific to the now obsolete AT&T Teletype 5620 DMD windowing terminal. The X Window system provides windowing functionality on modern Unix systems. shl was an attempt to provide functionality similar to BSD job control that never caught on.
The first two programs use daemons that often overloaded local area networks. The whois registry has been outgrown by the Internet, which is now much too large for centrally tracking everyone who might use it.
cof2elf converts object files and archives in COFF format to ELF format. As ELF format is now at least 10 years old, this program is not likely to still be necessary.
fmtmsg was intended to provide a standardized way of generating error messages from shell scripts. It was never widely used.
fold wraps lines to fit in a specific width. fmt generally does a better job.
lptest generates a ripple pattern for line printers. Today, laser printers and ink-jet printers are more common.
newgrp dates from when Unix systems allowed a user to be in only one group at a time. Modern Unix systems allow users to be in multiple groups simultaneously.
news provides items of interest to system users. It is per-machine. Usenet news software is a much better alternative.
pg is a simple pager. Use more instead.
Copyright © 2003 O'Reilly & Associates. All rights reserved.