[Lunar-commits] CVS: moonbase/utils/sh-utils DETAILS,1.2,1.3
Florin Braescu
florin at lunar-linux.org
Sat Feb 21 16:14:36 GMT 2004
Update of /var/cvs/lunar/moonbase/utils/sh-utils
In directory dbguin.lunar-linux.org:/tmp/cvs-serv14600
Modified Files:
DETAILS
Log Message:
add the md5 sum.
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/sh-utils/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS 4 Sep 2002 04:28:46 -0000 1.2
+++ DETAILS 21 Feb 2004 16:14:34 -0000 1.3
@@ -4,79 +4,47 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$GNU_URL/$MODULE/$SOURCE
SOURCE_URL[1]=ftp://ftp.gnu.org/pub/gnu/$MODULE/$SOURCE
+ SOURCE_VFY=md5:5e78d1d48ca563ca77e96b22406c4aaf
WEB_SITE=http://www.gnu.org/software/shellutils/shellutils.html
ENTERED=20010922
UPDATED=20020904
- SHORT="sh-utils contains useful shell utilities."
+ SHORT="sh-utils contains useful shell utilities."
+
cat << EOF
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
+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
EOF
More information about the Lunar-commits
mailing list