UNIX for OpenVMS Users, Second Edition

| OpenVMS DCLCommand | UNIX Equivalent | Section | UNIX Function |
|---|---|---|---|
| := | alias | 3.2.2 | Define an alias for a command |
| = | |||
| := | set | 3.2.2 | Set shell variable |
| = | = | 10.7,3.2.3 | Set shell variable |
| :== | setenv | 3.2.1 | Define an environment variable |
| == | export | (meanings differ between shells) | |
| @ | source file | 10.9.4, | Have parent process invoke a script |
| . file | 3.2.2 | ||
| ANALYZE | savecore | Copy crash dump out of a dump file | |
| /CRASH_DUMP /COPY | |||
| ANALYZE | bcheckrc, fsck | Consistency check file system | |
| /DISK_STRUCTURE | |||
| ANALYZE /IMAGE | odump -Dlh file | Lists the virtual address sections, file offsets, and references to shared libraries in an executable file | |
| APPEND | cat | 4.8 | Concatenate files |
| ASSIGN | ln -s | 8.4.10 | Create a pointer to a file |
| ATTACH | fg | 7.3.3 | Bring job to foreground |
| ATTACH | bg | 7.3.3 | Move a process to background |
| BACKUP | dump, vdump | 11.5.1 | Backup files |
| BACKUP | tar | 7.2.1 | Backup files into a tar file |
| BACKUP | tar -x | Restore files from tar file | |
| BACKUP /INITIALIZE | tar -c | Create new saveset at beginning of tape | |
| BACKUP /LIST | tar -t | List contents | |
| BACKUP /LOG | tar -v | Report progress | |
| BACKUP /NOREWIND | tar -r | Write at end of existing tar files | |
| tar -u | Write only files not already on tape | ||
| tar -f | Use alternative file or device | ||
| BACKUP /RECORD | tar -m | Update file's modification date upon restore | |
| BACKUP | restore,... |