代码搜索:awk
找到约 3,459 项符合「awk」的源代码
代码结果 3,459
www.eeworm.com/read/471908/1420095
awk fingerclient.awk
BEGIN {
NetService = "/inet/tcp/0/localhost/finger"
print "var{name}" |& NetService
while ((NetService |& getline) > 0)
print $0
close(NetService)
}
www.eeworm.com/read/471908/1420096
awk stoxpred.awk
function ReadQuotes() {
# Retrieve historical data for each ticker symbol
FS = ","
for (stock = 1; stock
www.eeworm.com/read/471908/1420097
awk remconf.awk
function SetUpServer() {
TopHeader = "Remote Configuration"
TopDoc = "\
Please choose one of the following actions:\
\
www.eeworm.com/read/471908/1420098
awk maze.awk
function SetUpServer() {
TopHeader = "Walk through a maze"
TopDoc = "\
Please choose one of the following actions:\
\
www.eeworm.com/read/471908/1420099
awk mobag.awk
BEGIN {
if (ARGC != 2) {
print "MOBAG - a simple mobile agent"
print "CALL:\n gawk -f mobag.awk mobag.awk"
print "IN:\n the name of this script as a command-line parameter"
pri
www.eeworm.com/read/471908/1420101
awk urlchk.awk
BEGIN {
if (ARGC != 2) {
print "URLCHK - check if URLs have changed"
print "IN:\n the file with URLs as a command-line parameter"
print " file contains URL, old length, new length"
www.eeworm.com/read/471908/1420102
awk statist.awk
function SetUpServer() {
TopHeader = "Statistics with GAWK"
TopDoc = "\
Please choose one of the following actions:\
\
www.eeworm.com/read/471908/1420103
awk protbase.awk
{ request = request "\n" $0 }
END {
BLASTService = "/inet/tcp/0/www.ncbi.nlm.nih.gov/80"
printf "POST /cgi-bin/BLAST/nph-blast_report HTTP/1.0\n" |& BLASTService
printf "Content-Length: " l
www.eeworm.com/read/471908/1420104
awk panic.awk
BEGIN {
RS = ORS = "\r\n"
if (MyPort == 0) MyPort = 8080
HttpService = "/inet/tcp/" MyPort "/0/0"
Hello = "Out Of Service" \
"" \
"This s
www.eeworm.com/read/471908/1420105
awk testserv.awk
BEGIN {
CGI_setup("GET",
"http://www.gnu.org/cgi-bin/foo?p1=stuff&p2=stuff%26junk" \
"&percent=a %25 sign",
"1.0")
for (i in MENU)
printf "MENU[\"%s\"] = %s\n", i, MENU[i]
for (