Difference between revisions of "Shellutils"
m |
(Added Ruby link) |
||
Line 47: | Line 47: | ||
|Computer languages=C | |Computer languages=C | ||
|Documentation note=User manual included | |Documentation note=User manual included | ||
+ | |Decommissioned/Obsolete=No | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No | ||
|Related projects=fileutils | |Related projects=fileutils | ||
Line 54: | Line 55: | ||
|Version status=stable | |Version status=stable | ||
|Version comment=2.0 stable released on 1999-08-15 | |Version comment=2.0 stable released on 1999-08-15 | ||
+ | |Test entry=No | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date=2018/ | + | |Last review date=2018/04/13 |
|Submitted by=David Hedlund | |Submitted by=David Hedlund | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
Line 74: | Line 76: | ||
|Real name=See the THANKS file and the Changelog for a complete list | |Real name=See the THANKS file and the Changelog for a complete list | ||
|Role=Contributor | |Role=Contributor | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Ruby (Ref) | ||
+ | |Resource URL=https://rubygems.org/gems/shellutils | ||
}} | }} | ||
{{Resource | {{Resource |
Revision as of 07:57, 13 April 2018
GNU shell utilities
https://www.gnu.org/software/shellutils/
Command line utilities.
The shell utility programs are:
- basename- removes the path prefix from a given pathname
- chroot- changes the root directory
- date- prints the system date and time
- dirname- removes the last level or filename from a pathname
- echo- prints a line of text
- env- displays/modifies the environment
- expr- evaluates expressions
- factor- prints prime factor
- false- returns an unsuccessful exit status
- groups- prints the groups the user belongs to
- hostname- prints or sets the machine name
- id- print real/effective/ uid/gid
- logname- prints current login name
- nice- modifies scheduling priority
- nohup- lets a command keep running after logging out
- pathchk- checks file name portability
- pinky- lightweight 'finger' program; prints user information
- printenv- prints environment variables
- printf- formats and prints data
- pwd- prints the working (current) directory
- seq- prints numeric sequences
- sleep- suspends execution for a specified time
- stty- prints/changes terminal settings
- su- lets you adopt the ID of another user or superuser
- tee- sends output to multiple files
- test- evaluates an expression
- true- returns a successful exit status
- tty- prints terminal name
- uname- prints system information
- uptime- tells how long the system has been running
- users- prints current user names
- who- prints a list of all users currently logged in
- whoami- prints effective user ID
- yes- prints a string indefinitely
This program has been folded into GNU Core Utilities.
Download
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Resources and communication
Software prerequisites
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.