home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
compcomp
/
awk
/
getline.awk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-02-07
|
252 b
|
15 lines
# Date: 04-19-89 09:22
# From: Will Duquette
# To: Rob Duff
# Subj: Awk V2.12
#
# Using the "gsub()" function in certain ways breaks the "getline"
# function. For example,
{
gsub(/!/, ".")
print
getline
print
}