diff options
author | steve <steve@FreeBSD.org> | 1998-07-11 18:26:04 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-11 18:26:04 +0000 |
commit | baad60a485e73fb4740693f3e2f1ce99b339ec55 (patch) | |
tree | a6436e2e0cee8c90b1a9b103d95e496be6eaf6ef /misc/sls/pkg-descr | |
parent | 1b06524b89cb5c69af29deea06967d7814c02b07 (diff) | |
download | FreeBSD-ports-baad60a485e73fb4740693f3e2f1ce99b339ec55.zip FreeBSD-ports-baad60a485e73fb4740693f3e2f1ce99b339ec55.tar.gz |
Initial import of sls version 1.00.
An enhanced version of ls(1).
PR: 5309
Submitted by: Stefan Zehl <sec@42.org>
Diffstat (limited to 'misc/sls/pkg-descr')
-rw-r--r-- | misc/sls/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/sls/pkg-descr b/misc/sls/pkg-descr new file mode 100644 index 0000000..6606680 --- /dev/null +++ b/misc/sls/pkg-descr @@ -0,0 +1,7 @@ + Sls is a program designed to overcome the limitations of the + standard UNIX ls(1) program, providing a more consistent + interface to file inode information. It is particularly + designed for use by shell scripts to make obtaining informa- + tion about files easier. It uses printf(3)-style format + strings to control the sorting and output of file informa- + tion. |