If you want it without the path then you would use :
echo "You are running ${0##*/}"
{0##*/}
|
2 | Removed the echo since it wasn't asked for by the OP | ||
|
If you want it without the path then you would use : |
||||
|
1 |
|
||
|
If you want it without the path then you would use:
|
||||