diff options
author | rsc <devnull@localhost> | 2005-01-03 06:40:20 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-03 06:40:20 +0000 |
commit | 058b0118a52061ad57694c01fc8763b22b789c4d (patch) | |
tree | 6685f04dea5ed68edaa34998c976aed34c55fe94 /man/man1/join.1 | |
parent | 2600337aa704efbeba8201e88147a764b4fd2b90 (diff) | |
download | plan9port-058b0118a52061ad57694c01fc8763b22b789c4d.tar.gz plan9port-058b0118a52061ad57694c01fc8763b22b789c4d.tar.bz2 plan9port-058b0118a52061ad57694c01fc8763b22b789c4d.zip |
Some man pages.
Diffstat (limited to 'man/man1/join.1')
-rw-r--r-- | man/man1/join.1 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/man/man1/join.1 b/man/man1/join.1 index 2cf079f2..841d077c 100644 --- a/man/man1/join.1 +++ b/man/man1/join.1 @@ -106,21 +106,21 @@ in a line is significant. .SH EXAMPLES .TP .L -sort -t: +1 /adm/users | join -t: -1 2 -a 1 -e "" - bdays +sort /etc/passwd | join -t: -1 1 -a 1 -e "" - bdays Add birthdays to the -.B /adm/users +.B /etc/passwd file, leaving unknown birthdays empty. The layout of .B /adm/users is given in -.IR users (6); +.IR passwd (5); .B bdays contains sorted lines like .LR "ken:Feb\ 4,\ 1953" . .TP .L -tr : ' ' </adm/users | sort -k 3 3 >temp +tr : ' ' </etc/passwd | sort -k 3 3 >temp .br .ns .TP @@ -145,4 +145,3 @@ the sequence is that of .BI -k y , y\f1. .br One of the files must be randomly accessible. - |