Search Results

Search: Posts Made By: shishirkotkar
Forum: UNIX and Linux Applications 01-11-2012
2,675
Posted By shishirkotkar
How to capture the value returned by a stored proc while executing it from SQSH connection
I have a very simple set up

I am connecting to a MS SQL db using SQSH statement from a shell script
In this sqsh connection i am trying to execute a stored proc
However I want to capture the...
6,506
Posted By shishirkotkar
good book to learn korn shell scripting
which is a gud book to learn advanced korn shell scripting?

i know the basic shell scripting
2,083
Posted By shishirkotkar
it helped...thanks a lot
it helped...thanks a lot
2,083
Posted By shishirkotkar
thanks a lot i still have another problem in...
thanks a lot

i still have another problem in getting exactly what i want

this is how i get the file abc.txt


tail -3 file1.txt| awk '{print $5 " " "=" " " $NF}' > abc.txt

so when i...
2,083
Posted By shishirkotkar
Interpret a text file
hi

I have a text file abc.txt as below

a = 0
b = 1
c = 3

i want to interpret this file i.e. if number corresponding to 'a' is 0 i want to run a script script.bash .

How do do that?
5,788
Posted By shishirkotkar
awk inside another awk statement
hi all,

i have two files

1) a.txt

one
two
three


2)

abc "one" = 10
pqr "three" = 20
345 "two" = 0


this is what i want in third file
Forum: Ubuntu 12-28-2009
3,074
Posted By shishirkotkar
connecting to internet from ubuntu(Live)
how do i connect to the internet from ubuntu(live cd)?

i have a wireless router which connects to the ehternet card on my pc.

in windows i dont have to do any change in settings.

How do i...
3,244
Posted By shishirkotkar
hi, thanks a lot..there was a problem with my if...
hi, thanks a lot..there was a problem with my if block.
1,689
Posted By shishirkotkar
loggin in using different user from with in the shell script
Hi,

I want to login using different login credentials from with in the shell script.

I need to do this so that I can run a second script which can be run using only by that user.

eg.
...
3,244
Posted By shishirkotkar
Running a script from if block inside another script
how do i run a script from if block inside another script?

this is what i tried but it doesnt seem to work:

if test $a -eq $w
then
sh /home/scripts/script1.bash
fi
Showing results 1 to 10 of 10

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