in reply to Re: Any tips on passing bash variables as arguments to a perl script (that contain spaces and/or non-ascii characters)
in thread Any tips on passing bash variables as arguments to a perl script (that contain spaces and/or non-ascii characters)
will ensure that whatever $OPC_MST_TXT expands to ends up as a single positional parameterscriptname ... "${OPC_MSG_TXT}"
|
|---|