• Thumbnail for Cat (Unix)
    cat is a standard Unix utility that reads files sequentially, writing them to standard output. The name is derived from its function to (con)catenate files...
    14 KB (1,458 words) - 14:57, 5 July 2024
  • Look up cat, Cat, CAT, catted, or catting in Wiktionary, the free dictionary. The cat (Felis catus) is a domesticated feline species. Cat or CAT may also...
    6 KB (747 words) - 20:14, 5 September 2024
  • Thumbnail for Unix philosophy
    authors contrast Unix tools such as cat with larger program suites used by other systems. The design of cat is typical of most UNIX programs: it implements...
    18 KB (2,169 words) - 11:58, 6 June 2024
  • Thumbnail for Man page
    Man page (redirect from Man (Unix))
    manual page) is a form of software documentation usually found on a Unix or Unix-like operating system. Topics covered include computer programs (including...
    25 KB (2,550 words) - 22:29, 17 June 2024
  • alternative to grep -n: $ cat somefile aaaa bbbb cccc dddc $ nl somefile | grep cccc 3 cccc wc (Unix) – the word count command cat (Unix) – concatenate command...
    3 KB (289 words) - 09:06, 8 August 2022
  • Thumbnail for Strings (Unix)
    and open-source software portal Cat (Unix) Paste (Unix) GNU Debugger Strip (Unix) cygwin The Wikibook Guide to Unix has a page on the topic of: Commands...
    3 KB (284 words) - 05:56, 29 May 2024
  • Thumbnail for Netcat
    Netcat (redirect from Nc (Unix))
    authentication as well). Free and open-source software portal List of Unix commands cat (Unix) – Unix command utility Nmap OpenSSL Telnet Plink Packet Sender Banner...
    10 KB (949 words) - 20:25, 9 July 2024
  • Thumbnail for List of POSIX commands
    applications List of Unix daemons List of web browsers for Unix and Unix-like operating systems Unix philosophy util-linux The Wikibook Guide to UNIX has a page...
    22 KB (173 words) - 14:59, 20 August 2024
  • Thumbnail for Pipeline (Unix)
    In Unix-like computer operating systems, a pipeline is a mechanism for inter-process communication using message passing. A pipeline is a set of processes...
    19 KB (2,328 words) - 21:20, 20 August 2024
  • utility for Unix, Plan 9, Inferno, and Unix-like operating systems and beyond, the primary purpose of which is to convert and copy files. On Unix, device...
    27 KB (2,989 words) - 19:05, 29 July 2024
  • Thumbnail for Sort (Unix)
    In computing, sort is a standard command line program of Unix and Unix-like operating systems, that prints the lines of its input or concatenation of...
    15 KB (1,113 words) - 21:45, 10 June 2024
  • optimization that coalesces multiple packets under a single header cat (Unix), a Unix command to write the contents of one or more files to the standard...
    1,010 bytes (165 words) - 06:07, 27 October 2022
  • shutdown simpleinit tailf vidmode (formerly a symlink to rdev) BusyBox cat (Unix) CUPS GNU Core Utilities Toybox uname "[ANNOUNCE] util-linux v2.40.2"...
    10 KB (596 words) - 20:55, 3 March 2024
  • Research Unix are early versions of the Unix operating system for DEC PDP-7, PDP-11, VAX and Interdata 7/32 and 8/32 computers, developed in the Bell...
    17 KB (850 words) - 10:26, 21 August 2024
  • 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,229 words) - 06:56, 20 July 2024
  • from Unix-to-Unix Copy, i.e. "Unix-to-Unix encoding" is a safe encoding for the transfer of arbitrary files from one Unix system to another Unix system...
    16 KB (1,499 words) - 21:47, 12 May 2024
  • table. $ hash cat Searches for command cat in the path specified by PATH environmental variable; if found, adds it to the hash. find Unix shell sh bash...
    2 KB (204 words) - 19:49, 27 September 2023
  • Thumbnail for Fish (Unix shell)
    Fish (or friendly interactive shell- stylized in lowercase) is a Unix-like shell with a focus on interactivity and usability. Fish is designed to be feature-rich...
    15 KB (1,091 words) - 17:42, 3 September 2024
  • Md5sum (redirect from Md5sum (Unix))
    error or non-malicious meddling. The md5sum program is included in most Unix-like operating systems or compatibility layers such as Cygwin. The original...
    5 KB (469 words) - 17:47, 8 December 2023
  • Thumbnail for Rc (Unix shell)
    rc (for "run commands") is the command line interpreter for Version 10 Unix and Plan 9 from Bell Labs operating systems. It resembles the Bourne shell...
    7 KB (628 words) - 21:14, 20 May 2024
  • Thumbnail for Sed
    Sed (redirect from Ssed (Unix))
    sed ("stream editor") is a Unix utility that parses and transforms text, using a simple, compact programming language. It was developed from 1973 to 1974...
    21 KB (2,638 words) - 21:47, 20 May 2024
  • Tee (command) (redirect from Tee (UNIX))
    depending on the command's implementation. The command is available for Unix and Unix-like operating systems, Microware OS-9, DOS (e.g. 4DOS, FreeDOS), Microsoft...
    12 KB (1,256 words) - 10:32, 8 October 2023
  • Thumbnail for File (command)
    File (command) (redirect from File (Unix))
    Unix and Unix-like operating systems for recognizing the type of data contained in a computer file. The original version of file originated in Unix Research...
    12 KB (1,253 words) - 05:46, 29 May 2024
  • Windows Services for UNIX (SFU) is a discontinued software package produced by Microsoft which provided a Unix environment on Windows NT and some of its...
    23 KB (2,376 words) - 13:59, 8 September 2024
  • patterns specify sets of filenames with wildcard characters. For example, the Unix Bash shell command mv *.txt textfiles/ moves all files with names ending...
    23 KB (2,034 words) - 20:19, 7 June 2024
  • Thumbnail for GNU
    GNU (redirect from GNU's Not Unix)
    for "GNU's Not Unix!", chosen because GNU's design is Unix-like, but differs from Unix by being free software and containing no Unix code. Stallman chose...
    34 KB (3,102 words) - 13:35, 5 September 2024
  • split is a utility on Unix, Plan 9, and Unix-like operating systems most commonly used to split a computer file into two or more smaller files. The split...
    4 KB (437 words) - 15:35, 27 September 2023
  • database of quotations. Early versions of the program appeared in Version 7 Unix in 1979. The most common version on modern systems is the BSD fortune, originally...
    9 KB (819 words) - 01:10, 2 July 2024
  • character string "foo" and prints them on its output. Common Unix filter programs are: cat, cut, grep, head, sort, tail, and uniq. Programs like awk and...
    7 KB (776 words) - 01:49, 25 July 2023
  • Thumbnail for Less (Unix)
    less is a terminal pager program on Unix, Windows, and Unix-like systems used to view (but not change) the contents of a text file one screen at a time...
    9 KB (753 words) - 13:55, 1 July 2024