Search Results

Search: Posts Made By: isingh786
13,426
Posted By isingh786
Script to generate text file from excel file
Hello,

I have a excel file which has almost ten columns on the shared drive. I have to write a shell script to ftp that daily to unix server and then extract some columns from there and generate...
8,451
Posted By isingh786
Thanks KrisshV
It worked !!!
8,451
Posted By isingh786
Dynamic variables within shell script
Hi Gurus,
I have a requirement of writting the shell script where it should ask me two values

FND_TOP=/d02/app/oracle/xxx/fnd/11.5.0
CDCRM_TOP=/d02/app/oracle/xxx/cdcrm/11.5.0

and then keep...
3,203
Posted By isingh786
trying to be more clear
Hi SB008,

I know, I wasn't sure in my first post. This is a oracle applications env and there are two env's.

$FND_TOP=/d02/app/applmgr/wdev/fnd/11.5.0...
3,203
Posted By isingh786
dynamic global script
Hi,

I have to create a global dynamic script which should ask for the env or some other variables and then create the soft links.

let's say that I have to create ten soft links and the path for...
1,296
Posted By isingh786
Thanks Mudhirreddy!!!
Hi Mudhir,

Thanks much!!!

-Inder
1,296
Posted By isingh786
help with awk script
Hi,

I have a awk script which determines the TP name based on the value of ~ZZ~.
Till now there were only two tp's and now we have to add one more TP.

If the "~ZZ~04000" then it shoule be GM....
1,680
Posted By isingh786
change in requirement
Hi Jim,

Thanks for the response.

Actually there has been slight change in requirement.

ISA*00* *00* *01*xxxxx *01*yyyyy *061211*110
5*U*00401*000001250*0*P*^...
1,680
Posted By isingh786
Help with awk
Hi,

I have a text file like this:

ISA*00*0000000000*00*0000000000*01*098911860 *01*075138321A *061211*095
9*U*00200*000002184*0*P*╜...
Forum: HP-UX 10-19-2006
2,251
Posted By isingh786
Please ignore this question
Please ignore this question...

The issue has been solved after changing it to

/usr/bin/gawk -v RS='ISA' '/ST\*850/ && /CELORGS02/ {print RS $0}'
Forum: HP-UX 10-19-2006
2,251
Posted By isingh786
Hi Tmarkile, Thanks much...but id dod not...
Hi Tmarkile,

Thanks much...but id dod not work.

I need to look for both keywords in the file and if both matches then extract that piece of text and redirect it to some file.

Thanks,
Forum: HP-UX 10-19-2006
2,251
Posted By isingh786
Help with awk
I have a file which has text startin from ISA and ending as IEA. In the text file I am looking for two key items,

ST*850
CELORGS02

I have the following command to extract this...
Forum: HP-UX 09-21-2006
4,002
Posted By isingh786
Thanks Vgersh99
Hi Vgersh99,

It works perfectly fine.

One question, if you don't mind...I have seen that your unix skills are really good. Can you suggest some books for the beginners.

Thanks,
Inder
Forum: HP-UX 09-21-2006
4,002
Posted By isingh786
mailx help
Hi,

I have a shell script which has code like:

cat /tmp/MAIL_PCSD | mailx -m -s " PEWA Order Acknowledgement" $M1

and M1 is nothing but this

M1=`echo $x | awk ' {print $3}' `

If I...
1,339
Posted By isingh786
Need Help with AWK
Hi,

I have a text file which has hundreds of strings like following:

SATHSV
SATHSV
CEAN CEANS02
CAUT CAUTS02
CAUT CAUTS02
CAUT CAUTS02
CAUT CAUTS02
CELC CELCS02
CELC ...
Forum: HP-UX 07-31-2006
1,841
Posted By isingh786
help with awk
Hi,

I have a shell script which sends an email based on status. Here is the code of the shell script

/usr/bin/gawk -v RS='UNB' '/Accepted/ {print RS $0}' coll_AIK997.lst >> $COLLIN...
5,613
Posted By isingh786
Thank you Rajeeb
Hi Rajeeb,

Thank you very much!!!

It worked.

Regards,
Inder
Forum: HP-UX 06-28-2006
4,854
Posted By isingh786
Unix sheel script to run report
Hi All,

I have a report which I am running from unix shell script using CONCSUB utility.

Just for testing I put the order number in shell script as ord_low and ord_high.

But Actually what is...
5,613
Posted By isingh786
need help on unix script to run report
Hi All,

I have a report which I am running from unix shell script using CONCSUB utility.

Just for testing I put the order number in shell script as ord_low and ord_high.

But Actually what...
Forum: HP-UX 05-16-2006
4,928
Posted By isingh786
Change "from" in email
Hi All,

We have a user ABC who has certain cron jobs scheduled and for most of the cron jobs sending emails to group of people. User ABC has been replaced with xyz. Now we want to change the...
Forum: HP-UX 05-15-2006
14,513
Posted By isingh786
Hi, I have found the answer. Thanks, ...
Hi,

I have found the answer.

Thanks,
Inder
Forum: HP-UX 05-15-2006
14,513
Posted By isingh786
change timestamp of file
Hi,

How I change the timestamp of file to some past date

Let's say I have this file

-rw-r--r-- 1 oracle dba 16587 Apr 11 10:46 create_dev.sql

And I want to change the...
1,796
Posted By isingh786
awk help
Hi Ranj,

Thanks much for your help!!!!

Regards,
Inder
1,796
Posted By isingh786
awk help
Hi All.

I have the following datafile on which I am running the awk script

H|00000013|08-MAY-2006|||43
L|BP|OTH001138|PO|C000020|EA
|PQ||0||13-FEB-2006
|FI||3000||29-MAY-2006...
Forum: HP-UX 04-10-2006
5,705
Posted By isingh786
find the position in a file and insert the data there
Hi,

I have a EDI data file ARROWTEST of size 18246 characters. And I want to insert some data after 4200 position in the file. How I can find the position 4200 in that file....Please advise.
...
Showing results 1 to 25 of 73

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