Code Golf: Code Golf: Difference between revisions

m
UNIX_Shell -> bash since UNIX_Shell already exists and it's code does not run on bash
m (sh -> UNIX_Shell)
m (UNIX_Shell -> bash since UNIX_Shell already exists and it's code does not run on bash)
Line 480:
Note: Run BASIC is an interpreter, it does not generate executables.
 
=={{header|UNIX_ShellBash}}==
{{works with|bashUNIX_Shell}}
The directly executable source code is 14 bytes by using its script name instead of character literals:
<syntaxhighlight lang="sh">echo -n ${0:2}</syntaxhighlight>
4

edits