Search Results

Search: Posts Made By: SeenuGuddu
1,575
Posted By SeenuGuddu
Help in Removing the Old files
Hi Gurus,

we are planning to clear the old log files based on the year and i need help on this and i searched in google and i came up with the scripts but i am stuck with this.

(1) wroks fine
...
1,593
Posted By SeenuGuddu
Tracking the script(.sh) files triggered on daily or monthly basis from source
Hi Gurus,

Is there any solution for tracking the script(.sh) files triggered on daily or monthly basis from source - Datastage (Routines)

Needs to find out if this scripts are running on daily...
2,995
Posted By SeenuGuddu
Thanks hicksd8,they have updated the username and...
Thanks hicksd8,they have updated the username and seems that working fine.

there are asking why it didn't trap the error.

do we have anything to get ride of the error(unexpected errors) or any...
2,995
Posted By SeenuGuddu
FTP failure with different scenario
Hi Gurus

the below FTP code works fine, but the issue is from past 1 week couldn't able to send the files to external system.
...
2,478
Posted By SeenuGuddu
thanks dude, actually i have tried in grep,...
thanks dude,

actually i have tried in grep, but i have no luck on this.

now its working fine by giving the

can you please share the "file name" to be print too...
2,478
Posted By SeenuGuddu
Help in searching a multiple text in zip file
Hi Gurus,
i have 8 zipped files and each file is having more than 100,000 records or more.


issue :-

i want to search the missing text from each zipped files

i have stuck here, the below...
15,772
Posted By SeenuGuddu
Command to Count the files which is Older than 3 months?
Hi Gurus

the count of files in a particular Directory...

ls -lrth | grep -c ^-

can any one share the command to Count the files which is Older than 3 months

So please help me out in...
1,782
Posted By SeenuGuddu
Substituting the values
Hi Gurus

this is working finee with tested values

#!/bin/ksh

V_DATE="2007-11-30"
V_ID=789
V_NAME="john_${V_ID}_has_${V_DATE}_s"

FILE_NAME=`echo ${V_NAME}`

echo ${FILE_NAME}
...
23,035
Posted By SeenuGuddu
is there any other way to get the ...
is there any other way

to get the date(2007-11-30) to Julian date(YYDDD)...
1,623
Posted By SeenuGuddu
Thanks .. for it echo john_*_has_*_s | sed...
Thanks .. for it

echo john_*_has_*_s | sed 's/*/10101/' | sed 's/*/789/'
1,623
Posted By SeenuGuddu
Help in replace method
Hi Gurus,

VARIABLE=john_*_has_*_s

i want to replace the * with digits 09100 and 0010101

to print the john_09100_has_0010101_s

Thanks
23,035
Posted By SeenuGuddu
Thanks .. ---------- Post updated at 09:30...
Thanks ..

---------- Post updated at 09:30 PM ---------- Previous update was at 07:24 PM ----------

# your date
DATE="2007-11-30"

DATE=`echo $DATE | sed 's/-//g'`

date --date=$DATE...
23,035
Posted By SeenuGuddu
Conversion of date to Julian date
Hi Gurus,

Need help in Conversion of date(2007-11-30) to Julian date(YYDDD)...

'+%J'

2007-11-30 to 'YYDDD'

Thanks
1,304
Posted By SeenuGuddu
Error in IF Condtion .. Need Help!
what is the syntax error in this

if [[ ${CYC_DT} -ge ${cur_sys_dt}]]; then
echo "cycle date is equal"
else
echo "not equal"
fi

t.ksh[120]: Syntax error at line 283 : `then' is not...
1,224
Posted By SeenuGuddu
comma with delimated
ca any one give the example for this

and another Temp table having the column size

Id Column_name Col_Value Col_size
1 col1 satya 6
2 col2 sankar ...
1,214
Posted By SeenuGuddu
Separating the Columns based on the ColumnSize
Hi Gurus,

i had a Table with the columns


col1 Decimal(3),
col2 Decimal(2),
col3 String(1),
col4_blank1 String(2),
col5_blank2 String(10),
col6 ...
Showing results 1 to 16 of 16

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