comp.lang.awk
Thread Index
[Prev Page][
Next Page
]
Re: How to get the match's result
From
: Ed Morton
Re: A future of awk.
From
: Bob Harris
Re: How to get the match's result
From
: Joe User
Re: Round number depending on error
From
: dbcat
Re: Round number depending on error
From
: burkina
Re: Round number depending on error
From
: burkina
Awk Script with multiple condition...
From
: bshah
Re: get a word from a line matched by the preceding word..
From
: surferelf
Converting a number
From
: Ste
Re: Converting a number
From
: Juergen Kahrs
Re: Converting a number
From
: Ed Morton
insert line depending on a previous one and directory listing
From
: Sebastian Luque
Re: insert line depending on a previous one and directory listing
From
: Sebastian Luque
Re: insert line depending on a previous one and directory listing
From
: Jürgen Kahrs
Re: insert line depending on a previous one and directory listing
From
: Jürgen Kahrs
Re: insert line depending on a previous one and directory listing
From
: Cesar Rabak
Re: insert line depending on a previous one and directory listing
From
: Sebastian Luque
Re: insert line depending on a previous one and directory listing
From
: Jürgen Kahrs
Re: Awk Script with multiple condition...
From
: Brian Inglis
Awk vs Perl for this assignment
From
: amerar
Re: Awk vs Perl for this assignment
From
: Harlan Grove
Re: Awk vs Perl for this assignment
From
: Janis Papanagnou
Re: Awk vs Perl for this assignment
From
: Ed Morton
export records from log files based on a number id
From
: mrirfanshareef
Re: export records from log files based on a number id
From
: mrirfanshareef@xxxxxxxxx
Re: Awk Script with multiple condition...
From
: bshah
Remove carriage returns
From
: patrick
Re: Remove carriage returns
From
: Janis Papanagnou
Re: Remove carriage returns
From
: patrick
Re: Remove carriage returns
From
: Ed Morton
Re: matching glob patterns?
From
: subPlanck
joining lines
From
: micklee74
Re: joining lines
From
: Janis Papanagnou
Re: joining lines
From
: micklee74
Re: joining lines
From
: Kenny McCormack
Re: Awk Script with multiple condition...
From
: Brian Inglis
Re: Remove carriage returns
From
: patrick
fprint syntax for repeating fields
From
: trexx
Re: fprint syntax for repeating fields
From
: Heiner Marxen
Re: fprint syntax for repeating fields
From
: martin cohen
rep() function (Was: fprint syntax for repeating fields)
From
: Kenny McCormack
Modify timestamp in the log file
From
: thuang2@xxxxxxxxxxx
Re: Remove carriage returns
From
: Ed Morton
Help with Text Manipulation
From
: Andrew Stephen
Remove duplicate fields in one line
From
: horcsik
substitution of items
From
: istrange63
Re: Help with Text Manipulation
From
: Ed Morton
Re: Remove duplicate fields in one line
From
: William James
awk '(FNR > 1) {print $0}' $files
From
: kevincristo
awk '(FNR > 1) {print $0}' files
From
: kevincristo