Hi All,
I am writing one script to automate one of the process and for that I am using below command at one line :
uncompress `cat tmp`
content in tmp file are :
/home/vas/aqbatch/newbatch/archive/output/RIM_GUIDEPRICE_AQ_02108.DAT.Z
/home/vas/aqbatch/newbatch/archive/output/RIM_GUIDEPRICE_AQ_02109.DAT.Z
/home/vas/aqbatch/newbatch/archive/output/RIM_GUIDEPRICE_AQ_02110.DAT.Z
/home/vas/aqbatch/newbatch/archive/output/RIM_GUIDEPRICE_AQ_02111.DAT.Z
this path and file names are correct I checked it manually but still I am getting error - A file or directory in the path name does not exist.
Can somebody please guide me I am tring to fix this from last 3 days..
thanks