An MS-Windows (Win32) port of Sh-Utils-2.0 is available from http://gnuwin32.sourceforge.net
The GNU Shell Utilities are the basic shell-manipulation utilities of the GNU Operating System. The tools supplied with this package are: - [ - Check file types and compare values - basename - Removes the path prefix from a given pathname. - chroot - Changes the root directory. - date - Prints/sets the system date and time. - dirname - Removes the last level or filename from a given pathname. - echo - Prints a line of text. - env - Displays/modifies the environment. - expr - Evaluates expressions. - factor - Prints prime factors. - false - Returns an unsuccessful exit status. - groups - Print the groups that the user is a member of. - hostid - Print the numeric identifier for the current host - hostname - Print or set the machine name. - id - Print real/effective uid/gid. - logname - Print current login name. - nice - Modify scheduling priority. - nohup - Allows a command to continue running after logging out. - pathchk - Check file name portability. - pinky - Lightweight finger - printenv - Prints environment variables. - printf - Formats and prints data. - pwd - Print the current working directory. - seq - Print numeric sequences. - sleep - Suspends execution for a specified time. - stty - Print/change terminal settings. - su - Allows you to 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 - Print terminal name. - uname - Print system information. - users - Print current user names. - who - Print a list of all users currently logged in. - whoami - Print effective user id. - yes - Print a string repeatedly. Kees Zeelenberg _______________________________________________ Bug-sh-utils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-sh-utils
