The unixshellstring( function encodes text for use as a parameter to a unix shell command.
Parameters
This function has one parameter:
text – text to be encoded.
Description
This function encodes text for use as a parameter to a unix shell command.
unixshellstring("Panorama's $Shell /Test Strin#g!?")
☞ Panorama\'s\ \$Shell\ /Test\ Strin\#g\!\?
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |