bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the basename of a file


From: David D
Subject: Re: the basename of a file
Date: Tue, 8 Jan 2002 20:31:43 +0100

thanks again paul :

I didnt manage to keep the bash logical into my mind, I note that :
a="./mail"
a=`basename $a`
echo $a
works too.
so "fdjsh" mean a string
`command ....` -> give the result of command, there so important !

thanks again.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]