j
k
j a
j l
From: Semih Gokalp Sent: April 24, 2009 11:35
I use echo $0 for get script name but it has printed "/usr/local/bin/<scriptname>" but i want to only print <scriptname>
Try: `basename $0`
HTH
Regards, Hugh
Back to the thread
Back to the list