|
|
Is there UB in (g)awk?
gazelle
3
99We all know that in C, printf("%d %d\n",x,--x) invokes, blah, blah, blah,
undefined behavior, nasal demons, and the end of civilization as we know it...
|
|
data extraction help please
UBC
0
151I asked a question some time ago and was helped by the group, so I'll
try again. I have a large data file that I am trying to extract
particular se...
|
|
Get Description
moonhkt
2
112Hi All
Machine : AIX 5.3
How to effective way to build report like below. I can using join, how
to handle by awk ?
Expect result base on Fil...
|
|
compiled 3.1.8 gawk for windows
pop
2
395Is there a compiled version of gawk 3.1.8 for windows (32 bit) available
for download anywhere? All my searches return the src only to be
compiled...
|
|
AWK to C converter
Roberto
4
321
Dear all,
I need an AWK to C converter for integrating it in a large
application.
Many thanks
-re-
...
|
|
|
|
|
|
|
|
Extract data with in quotes
srikanth
5
129Hi All,
I need some help in extracting data with in quotes.
Ex:
O/P: LSDFHKSFKLJNEIW878ILEHF000Ifsdh+asf
Thanks in advance.
...
|
|
Commands using variables
celiborn
3
113I am trying to count the number of lines in a source file (let's call it "src"). This seems to work:
BEGIN {
"cat src | wc -l" | getline l
print ...
|
|
sed insert
Lola
11
170hi,
I want to do something like this with sed but only on the first
occurrence of WORD:
#!/bin/sh
sed '
/WORD/ i\
Add this line before every...
|
|
|
|
|
|
|