• Thumbnail for Cd (command)
    directory command to set the working directory. As this applies to most operating system shells, most support a change directory command, including Unix and...
    12 KB (1,234 words) - 14:22, 14 May 2025
  • Thumbnail for List of POSIX commands
    (SUS). These commands are implemented in many shells on modern Unix, Unix-like and other operating systems. This list does not cover commands for all versions...
    22 KB (168 words) - 19:28, 26 June 2025
  • Thumbnail for Cat (Unix)
    on-screen. cat was part of the early versions of Unix, e.g., Version 1. It replaced pr, a PDP-7 and Multics command for copying a single file to the screen. It...
    13 KB (1,391 words) - 08:29, 10 July 2025
  • Thumbnail for Unix
    Unix (/ˈjuːnɪks/ , YOO-niks; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T...
    59 KB (6,135 words) - 21:49, 25 April 2025
  • Thumbnail for Unix shell
    A Unix shell is a shell that provides a command-line user interface for a Unix-like operating system. A Unix shell provides a command language that can...
    16 KB (1,678 words) - 11:12, 12 July 2025
  • Thumbnail for Rm (Unix)
    for Unix, today it is also available on Unix-like and non Unix-like systems, KolibriOS, IBM i, EFI shell. and Windows (via UnxUtils). The del command provides...
    16 KB (1,652 words) - 00:55, 24 May 2025
  • Thumbnail for Man page
    Man page (redirect from Man (Unix))
    (short for manual page) is a form of software documentation found on Unix and Unix-like operating systems. Topics covered include programs, system libraries...
    26 KB (2,663 words) - 07:01, 14 July 2025
  • Thumbnail for Ls
    shell command for listing files – including special files such as directories. Originally developed for Unix and later codified by POSIX and Single UNIX Specification...
    12 KB (1,252 words) - 17:53, 23 April 2025
  • touch is a shell command that sets the modification timestamp of an existing file to be current – which on a Unix-based file system includes special files...
    6 KB (487 words) - 14:30, 4 May 2025
  • command is a shell command for Unix and Unix-like operating systems. It is used to execute a command whilst suppressing normal shell function lookup. It...
    2 KB (199 words) - 17:36, 16 February 2025
  • Thumbnail for Unix-like
    any version of the Single UNIX Specification. A Unix-like application is one that behaves like the corresponding Unix command or shell. Although there...
    16 KB (1,799 words) - 14:07, 23 May 2025
  • Thumbnail for At (command)
    shell command for scheduling commands to be executed at a future time; once. The command was developed for Unix and is available on Unix and Unix-like...
    8 KB (879 words) - 23:45, 25 May 2025
  • Thumbnail for Cp (Unix)
    instead of creating a new file with default permissions. The command was part of Version 1 Unix, and is specified by POSIX. The implementation from GNU has...
    7 KB (745 words) - 15:41, 15 May 2025
  • Thumbnail for Wc (Unix)
    wc (short for word count) is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. The program reads either standard input or a list of...
    5 KB (521 words) - 13:46, 27 December 2023
  • Grep (redirect from Grep (Unix))
    effect. grep was originally developed for the Unix operating system, but later became available for all Unix-like systems and some others such as OS-9. Before...
    17 KB (1,607 words) - 09:49, 2 July 2025
  • dd is shell command for reading, writing and converting file data. Originally developed for Unix, it has been implemented on many other environments including...
    26 KB (2,851 words) - 07:00, 13 July 2025
  • Thumbnail for Bash (Unix shell)
    "Bourne Again Shell") is an interactive command interpreter and command programming language developed for UNIX-like operating systems. Created in 1989...
    94 KB (7,283 words) - 19:01, 12 July 2025
  • Thumbnail for Tr (Unix)
    tr is a command in Unix, Plan 9, Inferno, and Unix-like operating systems. It is an abbreviation of translate or transliterate, indicating its operation...
    6 KB (640 words) - 09:56, 25 July 2023
  • Thumbnail for Alias (command)
    productivity by abbreviating a command or for including commonly used arguments with a command. The command is available in Unix shells, AmigaDOS, 4DOS/4NT...
    10 KB (1,057 words) - 19:56, 20 June 2025
  • Thumbnail for Tty (Unix)
    In computing, tty is a command in Unix and Unix-like operating systems to print the file name of the terminal connected to standard input. tty stands for...
    2 KB (204 words) - 10:06, 15 January 2025
  • computing, kill is a command that is used in several popular operating systems to send signals to running processes. In Unix and Unix-like operating systems...
    13 KB (1,426 words) - 08:04, 23 June 2025
  • considered a non-portable command and the printf command (introduced in Ninth Edition Unix) is preferred instead. The command is available the following...
    11 KB (843 words) - 22:02, 13 April 2025
  • formats with useful options from both archivers. The pax command is available on Unix and Unix-like operating systems and on IBM i, and Microsoft Windows...
    16 KB (1,767 words) - 12:06, 2 June 2025
  • filters. Similar behaving commands are provided by many shells although syntax varies. The command is provided in Unix and Unix-like systems, OS-9, DOS...
    10 KB (1,042 words) - 18:44, 5 June 2025
  • Thumbnail for Ed (software)
    Ed (software) (redirect from Ed (UNIX))
    letters, /ˌiːˈdiː/) is a line editor for Unix and Unix-like operating systems. It was one of the first parts of the Unix operating system that was developed...
    11 KB (1,381 words) - 16:47, 15 June 2025
  • When a text file with a shebang is used as if it were an executable in a Unix-like operating system, the program loader mechanism parses the rest of the...
    25 KB (3,233 words) - 02:29, 17 March 2025
  • Thumbnail for Env
    Env (redirect from Env (Unix))
    env is a shell command for Unix and Unix-like operating systems. It is used to either print a list of environment variables or run another utility in...
    5 KB (554 words) - 04:02, 28 February 2025
  • nm is a Unix command used to dump the symbol table and their attributes from a binary executable file (including libraries, compiled object modules, shared-object...
    5 KB (475 words) - 03:52, 15 March 2025
  • Thumbnail for Dig (command)
    dig is a network administration command-line tool for querying the Domain Name System (DNS). dig is useful for network troubleshooting and for educational...
    7 KB (713 words) - 01:14, 1 July 2025
  • Thumbnail for Strings (Unix)
    files, it selects strings from the whole file. The command is available in Unix, Plan 9, Inferno, and Unix-like systems. It is part of the GNU Binary Utilities...
    3 KB (332 words) - 12:17, 17 June 2025