in reply to How to use print and pipe it to awk ?
Please use "code" tags around your code (see Writeup Formatting Tips) as this will make it easier for you to communicate your problem.
Yes, you should be able to use the system command with awk, but you might be better off if you just use Perl's builtin printf function instead. And, instead of using system to append to a file, you could use Perl's open function to append to a file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use print and pipe it to awk ?
by Fletch (Bishop) on Jan 24, 2008 at 15:07 UTC |