The tools in this section are general tools that don’t fit into any broad categories.
Tool | Description |
|---|---|
Short for “basic calculator”, performs floating point math and various other useful calculations that are not practical with basic shell math support. | |
Used to work with hard-to-handle command-line tools that require more complex interaction than is possible with a single pipe. For example, you could use an | |
Evaluates a numerical expression. This command supports basic integer math, and is frequently used for incrementing a loop iterator. | |
Returns a failure exit status (nonzero). | |
Pauses execution for a period of time (measured in seconds). | |
Returns a successful exit status ( |
Last updated: 2008-04-08