enow.com Web Search

Search results

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

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

    GNU Find Utilities (also known as findutils) is a GNU package which contains implementations of the tools find and xargs. BusyBox is a utility that provides several stripped-down Unix tools in a single executable file, intended for embedded operating systems with very limited resources.

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

  4. locate (Unix) - Wikipedia

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

    locate is a Unix utility which serves to find files on filesystems. It searches through a prebuilt database of files generated by the updatedb command or by a daemon and compressed using incremental encoding. It operates significantly faster than find, but requires regular updating of the database.

  5. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    Invoke a utility with an altered nice value Version 4 AT&T UNIX nl: Text processing Optional (XSI) Line numbering filter System III nm: C programming Optional (SD, XSI) Write the name list of an object file: Version 1 AT&T UNIX nohup: Process management Mandatory Invoke a utility immune to hangups: Version 4 AT&T UNIX od: Misc Mandatory

  6. GNU Core Utilities - Wikipedia

    en.wikipedia.org/wiki/GNU_Core_Utilities

    Toybox, a 0BSD licensed, all-in-one Linux command-line utility used in Android. util-linux, a set of approximately 100 basic Linux system utilities not included in GNU Core Utilities, such as mount, fdisk, more, and kill.

  7. util-linux - Wikipedia

    en.wikipedia.org/wiki/Util-linux

    util-linux is a standard package distributed by the Linux Kernel Organization for use as part of the Linux operating system.A fork, util-linux-ng (with ng meaning "next generation"), was created when development stalled, [4] but as of January 2011 has been renamed back to util-linux, and is the official version of the package.

  8. which (command) - Wikipedia

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

    Carlo Wood developed the GNU implementation used in most Linux-based operating systems. [9] On FreeBSD, the which utility was originally written in Perl by Wolfram Schneider. The current version of which was rewritten by Daniel Papasian using the C programming language. [10] Multics uses the command where abbreviated as wh.

  9. xargs - Wikipedia

    en.wikipedia.org/wiki/Xargs

    In the above example, the find utility feeds the input of xargs with a long list of file names. xargs then splits this list into sublists and calls rm once for every sublist. Some implementations of xargs can also be used to parallelize operations with the -P maxprocs argument to specify how many parallel processes should be used to execute the ...