Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ Unisoft V7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Anchors

1. Commands

1C. Communications Commands

2. System Calls

3. Library Functions

3M. Math Library

3S. Standard I/O Library

4. Special Files

5. File Formats and Conventions

6. Games

Section 6L

7. Macro Packages and Language Conventions

8. Maintenance Commands

Manual — Unisoft V7

306 entries
fun
man

1. Commands (intro)

adbdebugger
ararchive and library maintainer
asassembler
awkpattern scanning and processing language
basenamestrip filename affixes
calprint calendar
catcatenate and print
ccC compiler
cdchange working directory
chmodchange mode
clearclear terminal screen
cmpcompare two files
colfilter reverse line feeds
commselect or reject lines common to two sorted files
cpcopy
csha shell (command interpreter) with C-like syntax
ctagsmaintain a tags file for a C program
dateprint and set the date
dcdesk calculator
ddconvert and copy a file
deroffremove nroff, troff, tbl and eqn constructs
dfdisk free
diffdifferential file comparator
diff33-way differential file comparison
diffdirdiff directories
diskformatformat a disk
disktunetune the floppy disk settling time parameters
dusummarize disk usage
echoecho arguments
edtext editor
edittext editor (variant of the ex editor for new or casual users)
egrepsearch a file for a pattern
edit, extext editor
exprevaluate arguments as an expression
exterrturn on/off the extended errors in the specified device
f77FORTRAN compiler
true, falseprovide truth values
fgrepsearch a file for a pattern
filedetermine file type
findfind files
grepsearch a file for a pattern
headgive first few lines
introintroduction to commands
joinrelational database operator
killterminate a process with extreme prejudice
lastindicate last logins of users and teletypes
ldloader
lexgenerator of lexical analysis programs
linta C program verifier
lnmake links
loginsign on
lookfind lines in a sorted list
lorderfind ordering relation for an object library
lpqspool queue examination program
print, opr, lproff line print
lprmremove job(s) from the spool queue
lslist contents of directory
mailsend or receive mail among users
makemaintain program groups
manprint sections of this manual
mesgpermit or deny messages
mkdirmake a directory
mkstrcreate an error message file by massaging C source
mksvslibMake a SVS Object Library
morefile perusal filter for crt viewing
umount, mountmount and dismount file system
mtTape manipulation program for Archive cartridge tape
mvmove or rename files
newgrplog in to a new group
nicerun a command at low priority nohup − run a command immune to hangups (sh only)
nmprint name list
nohuprun a command immune to hangups
troff, nrofftext formatting and typesetting
numnumber lines
odoctal dump
passwdchange login password
pcPascal compiler
prprint file
printenvprint out the environment
profdisplay profile data
psprocess status
pwdworking directory name
revreverse lines of a file
rmremove (unlink) files
rmdirremove an empty directory
sedstream editor
seesee what a file has in it
setmemset user memory limit to value
for, case, if, while, :, ., break, continue, cd, eval, exec, exit, export, login, newgrp, read, readonly, set, shift, times, trap, umask, wait, shcommand language
sizesize of an object file
sleepsuspend execution for an interval
sortsort or merge files
spellin, spellout, spellfind spelling errors
splitsplit a file into pieces
sspmake output single spaced
stringsfind the printable strings in an object, or other binary file
stripremove symbols and relocation bits
sttyset terminal options
susubstitute user id temporarily
sumsum and count blocks in a file
taildeliver the last part of a file
tartape archiver
tblformat tables for nroff or troff
teepipe fitting
kill, testterminate a process with extreme prejudice
timetime a command
touchupdate date last modified of a file
trtranslate characters
tracopy out a file as it grows
nroff, trofftext formatting and typesetting
false, trueprovide truth values
tsetset terminal modes
tsorttopological sort
ttyget terminal name
uldo underlining
mount, umountmount and dismount file system
uniqreport repeated lines in a file
viscreen oriented (visual) display editor based on ex
waitawait completion of process
wallwrite to all users
wcword count
whowho is on the system
whoamiprint effective current user id
writewrite to another user
xstrextract strings from C programs to implement shared strings
yaccyet another compiler-compiler

1C. Communications Commands

uulog, uuname, uucpunix to unix copy
uuxunix to unix command execution

2. System Calls (intro)

accessdetermine accessibility of file
acctturn accounting on or off
alarmschedule signal after specified time
sbrk, break, brkchange core allocation
chdirchange current working directory
chmodchange mode of file
chownchange owner and group of a file
closeclose a file
creatcreate a new file
dup2, dupduplicate an open file descriptor
execl, execv, execle, execve, execlp, execvp, exece, environ, execexecute a file
exitterminate process
forkspawn new process
getpidget process identification
getgid, geteuid, getegid, getuidget user and group identity
errno, introintroduction to system calls and error numbers
stty, gtty, ioctlcontrol device
killsend signal to a process
linklink to a file
locklock a process in primary memory
lockingprovide exclusive file regions for reading or writing
tell, lseekmove read/write pointer
mknodmake a directory or a special file
umount, mountmount or remove a file system
niceset program priority
openopen for reading or writing
pausestop until signal
pipecreate an interprocess channel
profilexecution time profile
ptraceprocess trace
readread from file
setgid, setuidset user and group ID
signalcatch or ignore signals
fstat, statget file status
stimeset time
ioctl, gtty, sttycontrol device
syncupdate super-block
ftime, timeget date and time
timesget process times
umaskset file creation mode mask
unlinkremove directory entry
utimeset file times
waitwait for process to terminate
writewrite on a file

3. Library Functions (intro)

abortgenerate a fault
absinteger absolute value
atoi, atol, atofconvert ASCII to numbers
setkey, encrypt, cryptDES encryption
localtime, gmtime, asctime, timezone, ctimeconvert date and time to ASCII
isalpha, isupper, islower, isdigit, isalnum, isspace, ispunct, isprint, iscntrl, isascii, ctypecharacter classification
cursesscreen functions with "optimal" cursor motion
fcvt, gcvt, ecvtoutput conversion
etext, edata, endlast locations in program
ldexp, modf, frexpsplit into mantissa and exponent
getenvvalue for environment name
getgrgid, getgrnam, setgrent, endgrent, getgrentget group file entry
getloginget login name
getpassread a password
getpwget name from uid
getpwuid, getpwnam, setpwent, endpwent, getpwentget password file entry
introintroduction to library functions
isattyfind name of a terminal
free, realloc, calloc, mallocmain memory allocator
mktempmake a unique file name
monitorprepare execution profile
nlistget entries from name list
sys_errlist, sys_nerr, perrorsystem error messages
qsortquicker sort
srand, randrandom number generator
longjmp, setjmpnon-local goto
sleepsuspend execution for interval
stdiostandard buffered input/output package
strcat, strncat, strcmp, strncmp, strcpy, strncpy, strlen, index, rindex, stringstring operations
swabswap bytes
systemissue a shell command
tgetent, tgetnum, tgetflag, tgetstr, tgoto, tputs, termcapterminal independent operation routines
ttyslot, ttynamefind name of a terminal

3M. Math Library

log, log10, pow, sqrt, expexponential, logarithm, power, square root
fabs, ceil, floorabsolute value, floor, ceiling functions
cabs, hypotEuclidean distance
j1, jn, y0, y1, yn, j0bessel functions
cos, tan, asin, acos, atan, atan2, sintrigonometric functions
cosh, tanh, sinhhyperbolic functions

3S. Standard I/O Library

fflush, fcloseclose or flush a stream
feof, clearerr, fileno, ferrorstream status inquiries
freopen, fdopen, fopenopen a stream
fwrite, freadbuffered binary input/output
ftell, rewind, fseekreposition a stream
getchar, fgetc, getw, getcget character or word from stream
fgets, getsget a string from a stream
pclose, popeninitiate I/O to/from a process
fprintf, sprintf, printfformatted output conversion
putchar, fputc, putw, putcput character or word on a stream
fputs, putsput a string on a stream
fscanf, sscanf, scanfformatted input conversion
setbufassign buffering to a stream
ungetcpush character back into input stream

4. Special Files (intro)

archiveArchive 1/4 inch Streaming Tape Drive
cgfx, gfxgraphics devices
introintroduction to special files
mem, kmemmain memory
kmem, memmain memory
nulldata sink
octCentral Data Octal Serial Card
ttygeneral terminal interface

5. File Formats and Conventions

a.outassembler and link editor output
acctexecution accounting file
ararchive (library) file format
checklistlist of file systems processed by fsck
coreformat of core image file
dirformat of directories
ddate, dumpincremental dump format
environuser environment
flblk, ino, filsysformat of file system volume
groupgroup file
mtabmounted file system table
passwdpassword file
printcapprinter capability data base
termcapterminal capability data base
ttysterminal initialization data
ttytypedata base of terminal types by port
typesprimitive system data types
wtmp, utmplogin records
wtmpuser login history

6. Games

adventurean exploration game
aliensThe alien invaders attack the earth
arithmeticprovide drill in number facts
backgammonthe game
bannerprint large banner on printer
cribbagethe card game cribbage
doctorinteract with a psychoanalyst
fishplay “Go Fish”
fortuneprint a random, hopefully interesting, adage
hangmanComputer version of the game hangman
milleplay Mille Bournes
numberconvert Arabic numerals to English
quiztest your knowledge
rainanimated raindrops display
snscore, snakedisplay chase game
wormPlay the growing worm game
wormsanimate worms on a display terminal
wumpthe game of hunt-the-wumpus

Section 6L

lifeplay the game of life

7. Macro Packages and Language Conventions

asciimap of ASCII character set
eqncharspecial character definitions for eqn
greekgraphics for extended TTY-37 type-box
manmacros to typeset manual
memacros for formatting papers
msmacros for formatting manuscripts
terminals, termconventional names

8. Maintenance Commands

bootstartup procedures
chown, chgrpchange owner or group
chgrp, chownchange owner or group
clriclear i-node
cronclock daemon
dcheckfile system directory consistency check
diagGeneral-purpose stand-alone utility package
dumpincremental file system dump
dumpdirprint the names of files on a dump tape or disk
fsckfile system consistency check and interactive repair
gettyset terminal mode
gxteststand alone test for the Sun video graphics board
icheckfile system storage consistency check
identlogin banner
imemteststand alone memory test
initprocess control initialization
lpdline printer daemon lpdrestart − restart downed daemons at reboot time
makekeygenerate encryption key
mkfsconstruct a file system
mklost+foundmake a lost+found directory for fsck
mknodbuild special file
ncheckgenerate names from i-numbers
rccommand script for system housekeeping
restorincremental file system restore
syncupdate the super block
updateperiodically update the super block

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026