Use POSIX-style sort syntax in example

This commit is contained in:
Andrey A. Chernov 2002-09-24 20:15:11 +00:00
parent 94ac52db2a
commit bf3c8a5270

View File

@ -70,7 +70,7 @@ the remainder of the input line). This is traditionally used
in the pipe:
.Bd -literal -offset indent
.\" ncheck filesystem | sort +0n | quot -n filesystem
ls -i | sed -e 's,^ *,,' | sort +0n | quot -n filesystem
ls -i | sed -e 's,^ *,,' | sort -k 1n | quot -n filesystem
.Ed
.Pp
to get a report of files and their owners.