diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 22:36:06 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 22:36:06 +0000 |
commit | 6877e02cdad2cbac48f0f8fb320c8f21fc3437d7 (patch) | |
tree | b4ad3a053563553333593ef6589c7d38e64132f4 /shells/sash/pkg-descr | |
parent | aaf21feb804cd4a3b07f655ed88e6600a7144b6f (diff) | |
download | FreeBSD-ports-6877e02cdad2cbac48f0f8fb320c8f21fc3437d7.zip FreeBSD-ports-6877e02cdad2cbac48f0f8fb320c8f21fc3437d7.tar.gz |
Adding sash version 3.4.
A Stand-Alone shell combining many common utilities.
PR: 16309
Submitted by: Patrick Gardella <patrick@freebsd.org>
Diffstat (limited to 'shells/sash/pkg-descr')
-rw-r--r-- | shells/sash/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shells/sash/pkg-descr b/shells/sash/pkg-descr new file mode 100644 index 0000000..fd25854 --- /dev/null +++ b/shells/sash/pkg-descr @@ -0,0 +1,18 @@ +SASH (Stand-Alone SHell) + +It is a nice combination of bare-bones shell and a dozen +or so most useful unix commands. + +Shell includes: echo pwd cd mkdir mknod rmdir sync rm chmod + chown chgrp touch mv ln cp cmp more exit + setenv printenv umask kill where + +Commands include: dd ed grep gzip ls tar file find mount chattr + +SASH is a port from Linux version (David Bell) by Andrzej Bialecki +<abial@FreeBSD.org>. + +WWW: http://www.pcug.org.au/~dbell/ + +Patrick Gardella +<patrick@freebsd.org> |