mirror of
git://git.sv.gnu.org/autoconf
synced 2025-03-13 14:36:50 +08:00
(Limitations of Usual Tools): Document bug in Solaris 8 join.
This commit is contained in:
parent
230ad18242
commit
476d1383c2
@ -11675,6 +11675,24 @@ Don't rely on @option{-w}, as Irix 6.5.16m's @command{grep} does not
|
||||
support it.
|
||||
|
||||
|
||||
@item @command{join}
|
||||
@c -----------------
|
||||
@prindex @command{join}
|
||||
Solaris 8 @command{join} has bugs when the second operand is standard
|
||||
input, and when standard input is a pipe. For example, the following
|
||||
shell script causes Solaris 8 @command{join} to loop forever:
|
||||
|
||||
@example
|
||||
cat >file <<'EOF'
|
||||
1 x
|
||||
2 y
|
||||
EOF
|
||||
cat file | join file -
|
||||
@end example
|
||||
|
||||
Use @samp{join - file} instead.
|
||||
|
||||
|
||||
@item @command{ln}
|
||||
@c ---------------
|
||||
@prindex @command{ln}
|
||||
|
Loading…
Reference in New Issue
Block a user