1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

Add comment, and remove now-unnecessary -l option.

This commit is contained in:
Jim Meyering
2003-01-21 12:38:38 +00:00
parent 59670ee05b
commit 8b32e1089e

View File

@@ -70,7 +70,8 @@ for args in 'foo symlink' 'symlink foo' 'foo foo' 'sl1 sl2' 'foo hardlink'; do
# and put brackets around the output.
test -s _err && echo "[`sed 's/^[^:][^:]*:/cp:/' _err`]"
# Strip off all but the file names.
ls="`ls -lgG --ignore=_err . \
# Omit the variable-width owner and group names.
ls="`ls -gG --ignore=_err . \
| sed \
-e '/^total /d' \
-e 's/^......................................//'`"