When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. sed - Wikipedia

    en.wikipedia.org/wiki/Sed

    sed scripts can have comments (the line starting with the # symbol). The s (substitute) command is the most important sed command. sed allows simple programming, with commands such as q (quit). sed uses regular expressions, such as .* (zero or more of any character).

  3. United States Army Command, Control, Communication, Computers ...

    en.wikipedia.org/wiki/United_States_Army_Command...

    SED conceptualizes, develops and supports the fielding and sustaining of systems and software products, services and technologies that enhance Army, Joint and Coalition Force's war fighting capabilities. SED helps ensure America's Warfighters and Allies are equipped to defend the homeland and own the decisive edge throughout the battlespace.

  4. MKS Toolkit - Wikipedia

    en.wikipedia.org/wiki/MKS_Toolkit

    The MKS Toolkit products offer functionality in the following areas: Command shell environments of Bourne shell, KornShell, Bash, C shell, Tcl shell; Traditional Unix commands (400+), including grep, awk, sed, vi, ls, kill [4]

  5. AWK - Wikipedia

    en.wikipedia.org/wiki/AWK

    AWK (/ ɔː k / [4]) is a domain-specific language designed for text processing and typically used as a data extraction and reporting tool. Like sed and grep, it is a filter, [4] and it is a standard feature of most Unix-like operating systems.

  6. List of GNU Core Utilities commands - Wikipedia

    en.wikipedia.org/wiki/List_of_GNU_Core_Utilities...

    This is a list of commands from the GNU Core Utilities for Unix environments. These commands can be found on Unix operating systems and most Unix-like operating systems. GNU Core Utilities include basic file, shell and text manipulation utilities. Coreutils includes all of the basic command-line tools that are expected in a POSIX system.

  7. man page - Wikipedia

    en.wikipedia.org/wiki/Man_page

    The man page for the sed utility, as seen in various Linux distributions. A man page (short for manual page ) is a form of software documentation found on Unix and Unix-like operating systems . Topics covered include programs, system libraries , system calls , and sometimes local system details.

  8. XMLStarlet - Wikipedia

    en.wikipedia.org/wiki/XMLStarlet

    XMLStarlet is a set of command line utilities (toolkit) to query, transform, validate, and edit XML documents and files using a simple set of shell commands in a way similar to how it is done with UNIX grep, sed, awk, diff, patch, join, etc commands.

  9. ed (software) - Wikipedia

    en.wikipedia.org/wiki/Ed_(software)

    The non-interactive Unix command grep was inspired by a common special use of qed and later ed, where the command g/re/p performs a global regular expression search and prints the lines containing matches. The Unix stream editor, sed implemented many of the scripting features of qed that were not supported by ed on Unix. [6] [failed ...