linux - Invoking multi-line GAWK program in one line -


i'm wondering if it's possible run multi-line gawk program through shell can't have tabs or newlines. seems crop issue when have variable assignments. (e.g. one=$1 two=$2 in same line).

thanks!

looks adding stock-standard semi-colon allow this.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -