stanlo
Search This Blog
Tuesday, June 28, 2011
Shell Scripting: basename variable
"${0##*/}"
is the equivalent of
"basename $0".
I.e. From
/usr/bin/sh
we get just
sh.
Also try this to execute commands
$(shell command)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)