|
|
BSD 4.3
procedure locate(s)
lineno := 0
while line := read() do {
lineno := lineno + 1
if find(s,line) then write(lineno,": ",line)
}
end
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.