[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
another bash function question
nsp ()
{
NSPDIR="/office/noc/providers"
cd $NSPDIR/$1
}
i have this within my .bashrc
when i attempt to issue the command:
nsp qwest
my shell appears to change directories to
/office/noc/providers
however it does not go one further into the
/office/noc/providers/qwest
directory. what exactly is incorrect about the syntax i am using that is
preventing the cd to the desired directory?
-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.