Search Results

Search: Posts Made By: veeru
811
Posted By veeru
UNIX Script Help
I have a bunch of .tar.gz files. here is an example.
batch_files_04012016.tar.gz
batch_files_04022016.tar.gz
batch_files_04013016.tar.gz
....etc I have the files for 3 years.
My job is I have to...
1,219
Posted By veeru
Oracle is on the same box. We are using Oracle 9i.
Oracle is on the same box. We are using Oracle 9i.
1,219
Posted By veeru
Help need Connecting to Oracle DB from Unix
I have a table called CLARIFICATION in one of my schema in Oracle Data Base. I have to connect to oracle Data Base from Unix and compare the one of the column(Exec_Date) in CLARIFICATION table with...
14,445
Posted By veeru
Unix File Permissions
I want to change one of my Dir permissions to drwx--S--- Can you tell me which number i have to use.

Thanks in Advance
1,842
Posted By veeru
Compare 2 dates in unix
I have 2 variables in my script like this

$v_last_update_date1 = 08/18/2009 08:41:17

$v_last_update_date2 = 08/18/2009 08:30:17

Now I want to comapre with greater than

if [...
4,602
Posted By veeru
It's working Thanks a Lot
It's working

Thanks a Lot
4,602
Posted By veeru
I don't want to rewrite everything because I have...
I don't want to rewrite everything because I have lot other validations included in the same script. My below code is working for total but not for sum because I have some decimals in my sum.
...
4,602
Posted By veeru
I tried the following code but i am getting below...
I tried the following code but i am getting below errors

Code:
total=0
summ=0
grep "Records Sent:" filename | while read line
do
tot=`$line | cut -f3 -d " "`
suu=`$line | cut -f5 -d " "`...
4,602
Posted By veeru
[Solved] Find Specific records from file and add totals into variables
Hi Eveyone,

I am working on one shell script to find the specific records from data file and add the totals into variables and print them. you can find the sample data file below for more...
Showing results 1 to 9 of 9

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