|
how to use cd command in shell script
hi
buddies
i am not getting this
when am using the cd command it is not working
for example
makefile.ksh
---------------
#!/bin/ksh
dirpath=$1
cd dirpath
my intension is to give the directory path as a parameter at runtime, so i have done like this but the path which i required is not getting.
plz help in this
with regards
narayana
|