mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use POSIX-style sort syntax in example
This commit is contained in:
parent
94ac52db2a
commit
bf3c8a5270
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue