Search Results

Search: Posts Made By: Bob_Loblaw
1,350
Posted By Bob_Loblaw
Loop Help
I have a couple of DB2 querys running and passing the output to a variable.

bart=`db2 "select id from table_a"`
lisa=`db2 "select state from table_a"`

I would like to create a loop that will...
1,484
Posted By Bob_Loblaw
SED Help
Hello All,

Being somewhat new to the SED world I was hoping someone could help me.

I have a text file with 2 columns looking something like this,

12345 Option1
6789 Option2
9876 Option3...
1,497
Posted By Bob_Loblaw
"for" Loop Problem
Hello Everyone,

I'm having a wee bit of a problem. I would like to pass a DB2 query to a variable and then using that variable to perform a 'For' loop.

For example....

tempfile1=`db2 -x...
1,799
Posted By Bob_Loblaw
Pass a paramenter into a script
Hello,

I was just curious if anyone would know how to code in KORN the accept a parameter from the start of the KORN.

For example...

$ myshell.ksh 55

“55” would represent the parameter I...
3,664
Posted By Bob_Loblaw
Variable Size Problem
Hello Everyone,

I am currently working with a DB2 (ver 8.1) table (Newly Created) and I am running a basic DB2 Select query into a variable. The field and it's size are VARCHAR(20). Since I need...
1,506
Posted By Bob_Loblaw
SOLVED!!!!! - Weeeeee
Thank you for your reply's. The final solution is.....

sed 's/^.*<DISP>//g' | sed 's/<\/DISP>.*$//'

Thanks you again, your posts really helped.

:D:D:D:D:D:D:D:D
1,506
Posted By Bob_Loblaw
I can't read !!!
Hello All,

Being somewhat new to UNIX I naturally need some help. I have an XML file the I need to retrieve data from and that data is between the opening and closing tags. I have this so far.......
Showing results 1 to 7 of 7

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