enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. find (Unix) - Wikipedia

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

    In Unix-like operating systems, find is a command-line utility that locates files based on some user-specified criteria and either prints the pathname of each matched object or, if another action is requested, performs that action on each matched object.

  3. locate (Unix) - Wikipedia

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

    locate command is also included in MacOS. mlocate (Merging Locate) and the earlier slocate (Secure Locate) use a restricted-access database, only showing filenames accessible to the user. [3] [4] plocate uses posting lists. Like mlocate and slocate, it only shows files if find would list it. [5] Compared to mlocate, it is much faster, and its ...

  4. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Change the file ownership PDP-7 UNIX cksum: Filesystem Mandatory Write file checksums and sizes 4.4BSD cmp: Filesystem Mandatory Compare two files; see also diff Version 1 AT&T UNIX comm: Text processing Mandatory Select or reject lines common to two files Version 4 AT&T UNIX command: Shell programming Mandatory Execute a simple command ...

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

  6. Bash (Unix shell) - Wikipedia

    en.wikipedia.org/wiki/Bash_(Unix_shell)

    Some commands, such as echo, false, kill, printf, test or true, depending on your system and on your locally installed version of bash, can refer to either a shell built-in or a system binary executable file. When one of these command name collisions occurs, bash will by default execute a given command line using the shell built-in. Specifying ...

  7. file (command) - Wikipedia

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

    Fine Free File Command – homepage for Ian Darwin's version of file used in major BSD and Linux distributions. mailing list; releases; binwalk, a firmware analysis tool that carves files based on libmagic signatures; TrID, an alternative providing ranked answers (instead of just one) based on statistics. Magika, an ML-based tool, by Google ...

  8. grep - Wikipedia

    en.wikipedia.org/wiki/Grep

    The pcregrep command is an implementation of grep that uses Perl regular expression syntax. [17] Similar functionality can be invoked in the GNU version of grep with the -P flag. [18] Ports of grep (within Cygwin and GnuWin32, for example) also run under Microsoft Windows. Some versions of Windows feature the similar qgrep or findstr command. [19]

  9. which (command) - Wikipedia

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

    In computing, which is a command for various operating systems used to identify the location of executables. The command is available in Unix and Unix-like systems, the AROS shell, [4] for FreeDOS [5] and for Microsoft Windows. [2] The functionality of the which command is similar to some implementations of the type command.