[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk] doc bug: concatenation
From: |
Stepan Kasal |
Subject: |
[gawk] doc bug: concatenation |
Date: |
Tue, 1 Nov 2005 13:40:29 +0100 |
User-agent: |
Mutt/1.4.1i |
Hello,
the gawk manual saysi, in the node Concatenation:
For example, the following code fragment does not concatenate `file'
and `name' as you might expect:
file = "file"
name = "name"
print "something meaningful" > file name
This is no longer true, current gawk writes to "filename".
But portable awk scripts cannot use this, of course.
Have a nice day,
Stepan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk] doc bug: concatenation,
Stepan Kasal <=