• Thumbnail for Strings (Unix)
    computer software, strings is a program in Unix, Plan 9, Inferno, and Unix-like operating systems that finds and prints the strings of printable characters...
    3 KB (284 words) - 05:56, 29 May 2024
  • String (redirect from Strings)
    String (C++), a class in the C++ Standard Library Strings (Unix), a Unix program for finding character strings in binary files C string handling, a header in...
    6 KB (844 words) - 19:56, 26 January 2024
  • simple library to match strings against Bourne Shell globs. Traditionally, globs do not match hidden files in the form of Unix dotfiles; to match them...
    23 KB (2,037 words) - 18:03, 25 October 2024
  • Thumbnail for Tr (Unix)
    maps strings to strings while tr maps characters to characters. sed List of Unix commands GNU Core Utilities McIlroy, M. D. (1987). A Research Unix reader:...
    6 KB (640 words) - 09:56, 25 July 2023
  • 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 Bash (Unix shell)
    files, known as shell scripts, facilitating automation. In keeping with Unix shell conventions, Bash incorporates a rich set of features. The keywords...
    72 KB (6,156 words) - 21:26, 31 October 2024
  • Thumbnail for Sort (Unix)
    Debian package version strings and similar tasks where numbers of variable length are embedded in strings. Collation List of Unix commands uniq shuf "Multics...
    15 KB (1,113 words) - 21:45, 10 June 2024
  • portal Dead code elimination Executable compression List of Unix commands Strings (Unix) Debug symbol Symbol table "Linux Strip Command". www.computerhope...
    4 KB (407 words) - 05:31, 3 October 2024
  • UUCP (Unix-to-Unix Copy) is a suite of computer programs and protocols allowing remote execution of commands and transfer of files, email and netnews between...
    31 KB (4,196 words) - 06:20, 26 September 2024
  • whitespace (including indentation) in the text. Here documents originate in the Unix shell, and are found in the Bourne shell since 1979, and most subsequent...
    39 KB (4,820 words) - 08:29, 23 October 2024
  • 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...
    16 KB (1,523 words) - 13:13, 10 November 2024
  • The archiver, also known simply as ar, is a Unix utility that maintains groups of files as a single archive file. Today, ar is generally used only to create...
    15 KB (1,568 words) - 14:57, 25 September 2024
  • 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) - 12:19, 8 October 2024
  • Xargs (redirect from Xargs (Unix))
    xargs (short for "extended arguments") is a command on Unix and most Unix-like operating systems used to build and execute commands from standard input...
    14 KB (1,703 words) - 18:08, 5 September 2024
  • processing. The user, on Unix-type systems, sets the environment variable LC_MESSAGES, and the program will display strings in the selected language,...
    17 KB (1,652 words) - 06:50, 22 June 2024
  • Thumbnail for Printf (Unix)
    In Unix and Unix-like operating systems, printf is a shell builtin (and utility program) that formats and outputs text like the same-named C function...
    3 KB (296 words) - 09:22, 13 April 2024
  • paste is a Unix command line utility which is used to join files horizontally (parallel merging) by outputting lines consisting of the sequentially corresponding...
    5 KB (642 words) - 15:04, 27 September 2024
  • (and escaped) string. For example, in Unix shells, single-quoted strings are raw, while double-quoted strings are interpolated. Placeholders are usually...
    22 KB (2,210 words) - 02:55, 16 October 2024
  • underlying Unix base but also has Automator, which allows filters (known as "Actions") to be strung together to form a pipeline. In Unix and Unix-like operating...
    7 KB (776 words) - 01:49, 25 July 2023
  • Thumbnail for Rkhunter
    Rkhunter (category Unix security-related software)
    rkhunter (Rootkit Hunter) is a Unix-based tool that scans for rootkits, backdoors and possible local exploits. It does this by comparing SHA-1 hashes of...
    3 KB (218 words) - 12:28, 4 July 2024
  • limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant operating systems. A signal is an asynchronous...
    31 KB (3,388 words) - 12:03, 24 September 2024
  • Thumbnail for String (computer science)
    called an alphabet. A primary purpose of strings is to store human-readable text, like words and sentences. Strings are used to communicate information from...
    41 KB (5,043 words) - 22:34, 8 November 2024
  • Thumbnail for Newline
    646 standard. Unix followed the Multics practice, and later Unix-like systems followed Unix. This created conflicts between Windows and Unix-like operating...
    39 KB (4,442 words) - 09:47, 7 November 2024
  • Path (computing) (redirect from Unix path)
    simplified by using raw strings, as in C#'s @"\\\\" or Python's r'\\\\', or regular expression literals, as in Perl's qr{\\\\}. Most Unix-like systems use a...
    27 KB (2,321 words) - 06:54, 14 November 2024
  • specify connection strings: on the command line (as in: sqlplus scott/tiger@connection_string ) via environment variables ($TWO_TASK in Unix-like environments;...
    3 KB (317 words) - 16:28, 17 September 2023
  • for /, the Unix path directory separator. In July 1992, the X/Open committee XoJIG was looking for a better encoding. Dave Prosser of Unix System Laboratories...
    47 KB (5,002 words) - 20:34, 3 November 2024
  • Thumbnail for Regular expression
    formalized the concept of a regular language. They came into common use with Unix text-processing utilities. Different syntaxes for writing regular expressions...
    97 KB (8,903 words) - 20:36, 5 November 2024
  • Thumbnail for AWK
    AWK (category Standard Unix programs)
    tool. Like sed and grep, it is a filter, and is a standard feature of most Unix-like operating systems. The AWK language is a data-driven scripting language...
    41 KB (4,702 words) - 23:02, 30 October 2024
  • Expr (redirect from Expr (Unix))
    utility on Unix and Unix-like operating systems which evaluates an expression and outputs the corresponding value. It first appeared in Unix v7. The command...
    4 KB (377 words) - 23:02, 23 July 2024
  • Thumbnail for Executable and Linkable Format
    accepted among different vendors of Unix systems. In 1999, it was chosen as the standard binary file format for Unix and Unix-like systems on x86 processors...
    42 KB (2,365 words) - 05:41, 11 November 2024