Quote:
Originally Posted by awk
filename $(pwd)
in ksh will give you the name of the directory you are in, not the complete path. I believe that is what you want. Add whatever you want to that to make your new directory.
|
I am creating these directories if they are not existing means run time i am doing that.
suppose i created a directory called--
abc/namsih
then the backup should go to
abc/namish/namish5
but in my case it is like that---
abc/namish/abc/namish5