Search Results

Search: Posts Made By: bash4ever
3,249
Posted By alister
The following approach leverages awk's multiline...
The following approach leverages awk's multiline record abilities (assumes each article block is delimited by at least one blank line) and shamelessly pilfers agama's solution. ;)

BEGIN {
...
3,249
Posted By agama
Small tweak to the previously posted script...
Small tweak to the previously posted script should do what you want:


awk -F . '
function dump( )
{
if( stuff["article"] )
printf( "%10s %10s %10s %10s %10s\n",...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 05:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy