plan9-sort.1 -n %2Fetc%2Fpasswd %7C grep -w antonio
sort and/or merge files
-n     An initial numeric string, consisting of optional white space, optional plus or  minus  sign,  and
       zero or more digits with optional decimal point, is sorted by arithmetic value.
-w     Like -i, but ignore only tabs and spaces.
source manpages: plan9-sort