enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. grep - Wikipedia

    en.wikipedia.org/wiki/Grep

    grep is a command-line utility for searching plaintext datasets for lines that match a regular expression. Its name comes from the ed command g/re/p (global regular expression search and print), which has the same effect.

  3. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    This is a list of POSIX (Portable Operating System Interface) commands as specified by IEEE Std 1003.1-2024, which is part of the Single UNIX Specification (SUS). These commands can be found on Unix operating systems and most Unix-like operating systems.

  4. 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.

  5. find (Unix) - Wikipedia

    en.wikipedia.org/wiki/Find_(Unix)

    grep is a command-line utility for searching plain-text data sets for lines matching a regular expression and by default reporting matching lines on standard output. tree is a command-line utility that recursively lists files found in a directory tree, indenting the filenames according to their position in the file hierarchy.

  6. Semgrep - Wikipedia

    en.wikipedia.org/wiki/Semgrep

    The name is a combination of semantic and grep, referring to semgrep being a text search command-line utility that is aware of source code semantics. [5] Services

  7. Talk:grep - Wikipedia

    en.wikipedia.org/wiki/Talk:Grep

    A single command or the first of multiple commands appears on the same line with the global command. ... Also regular expression is clearly there too. For the command list suffix, we are using a single p command . The p command is documented as print ( . , . )p The print command prints the addressed lines. `.' is left at the last line printed.

  8. Wikipedia:Grep - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Grep

    toollabs:grep This page is a soft redirect This page was last edited on 29 December 2014, at 03:42 (UTC). Text is available under the Creative ...

  9. pgrep - Wikipedia

    en.wikipedia.org/wiki/Pgrep

    pgrep is a command-line utility initially written for use with the Solaris 7 operating system by Mike Shapiro.It has since been available in illumos and reimplemented for the Linux and BSDs (DragonFly BSD, FreeBSD, NetBSD, and OpenBSD).