Use POSIX-style sort syntax in example
This commit is contained in:
parent
94ac52db2a
commit
bf3c8a5270
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user