Program name: Difference between revisions

Content added Content deleted
Line 452:
=={{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 theand provide the invocation name of the wrapper:
 
<lang sh>#!/bin/sh