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

    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.

  3. List of POSIX commands - Wikipedia

    en.wikipedia.org/wiki/List_of_POSIX_commands

    These commands can be found on Unix operating systems and most Unix-like operating systems. This is not a comprehensive list of all utilities that existed in the various historic Unix and Unix-like systems, as it excludes utilities that were not mandated by the aforementioned standard.

  4. test (Unix) - Wikipedia

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

    The test command in Unix evaluates the expression parameter. In most recent shell implementations, it is a shell builtin, even though the external version still exists.In the second form of the command, the [ ] (brackets) must be surrounded by blank spaces (this is because [is a program and POSIX compatible shells require a space between the program name and its arguments).

  5. Template:Unix commands - Wikipedia

    en.wikipedia.org/wiki/Template:Unix_commands

    Since this template affects many articles, you may wish to discuss changes on the talk page first. This should really only include standard universal commands that come with all distributions adhering to the Single UNIX Specification.

  6. true and false (commands) - Wikipedia

    en.wikipedia.org/wiki/True_and_false_(commands)

    In Unix-like operating systems, true and false are commands whose only function is to always return with a predetermined exit status.Programmers and scripts often use the exit status of a command to assess success (exit status zero) or failure (non-zero) of the command.

  7. tput - Wikipedia

    en.wikipedia.org/wiki/Tput

    A clone of the AT&T tput was submitted to volume 7 of the mod.sources newsgroup (later comp.sources.unix) in September 1986. [1] [2] In contrast to the System V program, the clone used termcap rather than terminfo. It accepted command-line parameters for the cm (cursor addressing) capability, and recognized terminfo capability names.

  8. fold (Unix) - Wikipedia

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

    Most Unix terminals have a default screen width of 80, and therefore reading files with long lines could get annoying. The fold command puts a line feed every X characters if it does not reach a new line before that point. If the -w argument is set, the fold command allows the user to set the maximum length of a line.

  9. getopts - Wikipedia

    en.wikipedia.org/wiki/Getopts

    getopts is a built-in Unix shell command for parsing command-line arguments. It is designed to process command line arguments that follow the POSIX Utility Syntax Guidelines, based on the C interface of getopt. The predecessor to getopts was the external program getopt by Unix System Laboratories.