home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
TEXT
/
UTILITY
/
AWK320.ZIP
/
GETLINE.AWK
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
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
}