Hi All, I've got a script that does a few checks, under certain conditions, passes the arguments it to awk. The particular line is simply: #!/bin/bash awk "$@"
The few tests I've done work ok, but can anyone see any possible issues, with escaping, expansion, etc where it wouldn't behave identical to using awk directly? Thanks, Scott -- Scott Ragen Support Manager/IT Administrator Roadtech Systems www.roadtech.com.au PH: +61 2 9807 3516 FAX: +61 2 9808 5294 Those who don't understand UNIX are doomed to reinvent it, Poorly. -- Henry Spencer -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
