| ansi | ANSI standard tape handler | |
| apl | apl interpreter | |
| aplcvt | convert APL workspaces between PDP-11 and VAX formats | |
| checknews | check to see if user has news | |
| comp | compose a message | |
| cpm | read and write CP/M® floppy disks | |
| dist | redistribute a message to additional addresses | |
| file | file message(s) in (an)other folder(s) | |
| folder | set/list current folder/message | |
| forw | forward messages | |
| getsyspr | read tables from kernel profiler | |
| grab | get files from filesystems | |
| hostid | set or print identifier of current host system | |
| hostname | set or print name of current host system | |
| inc | incorporate new mail | |
| inews | submit news articles | |
| lpq | show lineprinter queue | |
| lpr | line printer spooler | |
| lprm | delete jobs from the lineprinter queue | |
| netstat | show network status | |
| newshell | New C shell with tenex-like file name and command completion | |
| next | show the next message | |
| nice | run a command at low priority | [ nice, nohup ] |
| pick | select messages by content | |
| postnews | submit news articles | |
| prev | show the previous message | |
| prompter | prompting editor front end | |
| ps | display process status | |
| readnews | read news articles | |
| repl | reply to a message | |
| rinstall | remotely install programs over the internet | |
| rmf | remove folder | |
| rmm | remove messages | |
| scan | produce a one-line-per-message scan listing | |
| send | send a message | |
| show | show (list) messages | |
| xed | eXtended text EDitor − V7.15 | |
| access | determine accessability of a file | |
| chdir | change default directory | |
| etime | return elapsed execution time | [ etime, dtime ] |
| fdate | return date and time in an ASCII string | |
| flush | flush output to a file | |
| fork | create a copy of this process | |
| fseek | position a file ftell − return the current position of a file | |
| getarg | return a command line argument iargc − return the number of command line arguments | |
| getc | get a character from a logical unit | [ getc, fgetc ] |
| getenv | get environment variables | |
| getlog | get user’s login name | |
| getpid | get process id | |
| getuid | get user or group ID of the caller | [ getuid, getgid ] |
| idate | return date or time in numerical form | [ idate, itime ] |
| kill | send a signal to a process | |
| link | make a link to an existing file | |
| loc | return the address of an object | |
| perror | write an error message to the standard error file gerror − return an error message in a character string ierrno − return the last system error code | |
| putc | write a character to a fortran logical unit | [ putc, fputc ] |
| qsort | quick sort | |
| signal | change the action for a signal | |
| sleep | sleep for awhile | |
| stat | get file status | [ stat, fstat ] |
| system | execute a unix command | |
| time | return system time ctime − convert a system time to a string ltime, gmtime − disect system time | |
| unlink | remove a directory entry | |
| wait | wait for a process to terminate | |
| byteorder | convert values between host and network byte order | [ htonl, htons, ntohl, ntohs ] |
| gethostent | get network host entry | [ gethostent, gethostbyaddr, gethostbyname, sethostent, endhostent ] |
| getnetent | get network entry | [ getnetent, getnetbyaddr, getnetbyname, setnetent, endnetent ] |
| getprotoent | get protocol entry | [ getprotoent, getprotobynumber, getprotobyname, setprotoent, endprotoent ] |
| getservent | get service entry | [ getservent, getservbyport, getservbyname, setservent, endservent ] |
| inet | Internet address manipulation routines | [ inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof ] |
| intro | introduction to network library functions | |