enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of GNU Core Utilities commands - Wikipedia

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

    Checksums (IEEE Ethernet CRC-32) and count the bytes in a file. Supersedes other *sum utilities with -a option from version 9.0. comm: Compares two sorted files line by line csplit: Splits a file into sections determined by context lines cut: Removes sections from each line of files expand: Converts tabs to spaces fmt: Simple optimal text ...

  3. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Line, word and byte or character count Version 1 AT&T UNIX what: SCCS: Optional (XSI) Identify SCCS files PWB UNIX who: System administration Optional (XSI) Display who is on the system Version 1 AT&T UNIX write: Misc Mandatory Write to another user's terminal Version 1 AT&T UNIX xargs: Shell programming Mandatory Construct argument lists and ...

  4. findstr - Wikipedia

    en.wikipedia.org/wiki/Findstr

    /B Matches pattern if at the beginning of a line. /E Matches pattern if at the end of a line. /L Uses search strings literally. /R Uses search strings as regular expressions. /S Searches for matching files in the current directory and all subdirectories. /I Specifies that the search is not to be case-sensitive. /X Prints lines that match exactly.

  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. tree (command) - Wikipedia

    en.wikipedia.org/wiki/Tree_(command)

    In computing, tree is a recursive directory listing command or program that produces a depth-indented listing of files. Originating in PC- and MS-DOS, it is found in Digital Research FlexOS, [1] IBM/Toshiba 4690 OS, [2] PTS-DOS, [3] FreeDOS, [4] IBM OS/2, [5] Microsoft Windows, [6] and ReactOS.

  7. List of command-line interpreters - Wikipedia

    en.wikipedia.org/wiki/List_of_command-line...

    COMMAND.COM, the original Microsoft command line processor introduced on MS-DOS as well as Windows 9x, in 32-bit versions of NT-based Windows via NTVDM; cmd.exe, successor of COMMAND.COM introduced on OS/2 and Windows NT systems, although COMMAND.COM is still available in virtual DOS machines on IA-32 versions of those operating systems also.

  8. Z shell - Wikipedia

    en.wikipedia.org/wiki/Z_shell

    Z shell's configuration utility for new users Zsh with Agnoster theme running on Konsole terminal emulator. Features include: [14] Programmable command-line completion that can help the user type both options and arguments for most used commands, with out-of-the-box support for several hundred commands; Sharing of command history among all ...

  9. find (Windows) - Wikipedia

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

    "string" This command-line argument specifies the text string to find. [drive:][path]filename Specifies a file or files in which to search the specified string. Flags: /V Displays all lines NOT containing the specified string. /C Displays only the count of lines containing the string. /N Displays line numbers with the displayed lines.