|
Re: awk script help
Another place to look for awk examples is to go to the /etc directory in a text command window and type in "grep -R awk *". (The -R tells grep to recursively decend through the underlying directories). There are lots of startup config scripts that use awk (and everything else). This command also prints a lot of garbage.
|