good question. I never knew much about awk so I googled for a tutorial introduction and found these features as different:
rules. C<desift> does not do different things on different lines based on the input textpattern { action } pattern { action }
{ computers[$1]++ } END { for ( name in computers ) print "The number of ",name,"computers is",compu +ters[name] }
In reply to Re: Re: desift
by princepawn
in thread desift
by princepawn
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |