Program name: Difference between revisions

Content added Content deleted
Line 452: Line 452:
=={{header|REXX}}==
=={{header|REXX}}==


REXX does not support the use of arg(0) to access the program name. A workaround is to use a shell wrapper script to obtain the provide the invocation name of the wrapper:
REXX does not support the use of arg(0) to access the program name. A workaround is to use a shell wrapper script to obtain and provide the invocation name of the wrapper:


<lang sh>#!/bin/sh
<lang sh>#!/bin/sh