Hi,
I've a problem with display "*" character:
I'd like to use a script which take a complete path of set of files or directories in argument and separate them into their "dirname" part and their "basename" part.
It works nearly exept that if i want to display the result (dirname + basename), i have problem while displaying the value of the basename part:
for example with arg="/app/share/*" and argbase=$(basename $arg)
echo $argbase will display all the file and directories instead of "*"
At command prompt, i've no problems but only when using kshell scripts ...
Thanks for your help.
