On Jul 3, 2022, at 7:26 AM, David Kelly <[email protected]> wrote: > > Create an awk script file. Lets call it "script.awk" that looks like this: > > { > print $1 >> "col-1.txt" > print $2 >> "col-2.txt" > }
Is creating an awk script file different from entering the above script in Terminal? If not, do I add "awk" before the leading curly bracket? Thank you, David -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/20B61565-C771-4A19-8CE7-834946CDC792%40earthlink.net.
