Search Results

Search: Posts Made By: ravinunna
939
Posted By ravinunna
infact I am using the path which starts from...
infact I am using the path which starts from root. something like
cp /app/prd/ftp/incoming/ipr312.dat /app/prd/ftp/outgoing/ipr312.dat
939
Posted By ravinunna
Issue with copying files
Hi I have to write a shell script which copy files from one folder to another.
When I try to do it directly from command prompt
cp filename.dat /outgoing/filename.dat
its working fine.
But when...
856
Posted By ravinunna
Thanks for your reply!!! it works...
Thanks for your reply!!! it works...
856
Posted By ravinunna
Variables in unix
Hi,

I have defined 2 variables in a ksh file something like below.

x=abc
y=x

Now, I want to get abc printed using y.

I have tried echo $"$y" and I am getting $x but where as I am...
1,333
Posted By ravinunna
thanks for your inputs. I will have only...
thanks for your inputs. I will have only today'sfiles only, in other words everday the old files will be archived and only current day files will be present in that dir.

so, as per your code, it...
1,333
Posted By ravinunna
how to check files
Hi,

I have a dir in which I need to check for 3 files. and naming for three files are as below.

fileone_yyyy_mm_dd.dat
filetwo_yyyy_mm_dd.dat
filethree_yyyy_mm_dd.datand YYYY_mm_dd will...
1,025
Posted By ravinunna
I am using ksh... when I try with one file, -e...
I am using ksh... when I try with one file, -e oprion is working fine. but when I am trying with multiple files its now working.
The error is test: syntax error
1,025
Posted By ravinunna
Need help
Hi,

I have three files abc.dat,def.dat,xyz.dat.

I have a shell script child.ksh which I should run only when any of the above three files exist. Can you please let me know how can i achive...
2,293
Posted By ravinunna
Need help on background processes
Hi,

I have a schell script parent.ksh from which I am calling three background processes a.ksh,b.ksh and c.ksh. Once these three processes completes the next step in parent.ksh should execute....
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 09:28 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy