Search Results

Search: Posts Made By: shajju
1,793
Posted By shajju
Thanks so much...Appreciated. Would it be...
Thanks so much...Appreciated.

Would it be possible just to explain how this is working:

dia=`echo $starttime | nawk '{ printf "%02d\n", substr($1,9,2)}'`

?

Regards
1,793
Posted By shajju
understanding part of an awk script
Hi

I have an awk script running in ksh in which a section of code is picking out the datetime as follows:

dia=`echo $starttime | nawk '{ printf "%02d\n", substr($1,9,2)}'`
mes=`echo...
1,555
Posted By shajju
can I specifiy the start and end times manually
Hi

I have a ksh script which fetches data from a db using a number of .arc files and creates CSV files for them and puts them on the server.

Question is, how can I specifiy the start and stop...
1,665
Posted By shajju
can I specifiy the start and end times manually
Hi

I have a ksh script which fetches data from a db using a number of .arc files and creates CSV files for them and puts them on the server.

Question is, can I specifiy the start and stop...
Showing results 1 to 4 of 4

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