Bash Scripts

From In The Wings
Revision as of 12:23, 25 February 2008 by Jka (talk | contribs)
Jump to navigation Jump to search

University of Florida High Performance Computing Center

Shell Tricks

To get the name of the script sans the path:

SCRIPT=${0##*/}