Search Results

Search: Posts Made By: caro
7,791
Posted By caro
I am well aware of the useage of sh and . ./ when...
I am well aware of the useage of sh and . ./ when i use exit 1 without a function call and run the script, the script doesnt close the putty session, however when i run the script with a function and...
7,791
Posted By caro
sorry for the slight delay, had to write a new...
sorry for the slight delay, had to write a new one to give it to you all. this is in essence the logic of my script.

function hello
{
echo "testing exit"
res=$?
return $res
}
# main
hello...
7,791
Posted By caro
How to quit from a script?
hi all,

I am facing problem in shell scripting while using exit command, when ever i run a file using . ./<filename>, when i run the sae script as sh <filename> the script does not close the...
4,373
Posted By caro
try this, if ("$parameter" == "string") then...
try this,

if ("$parameter" == "string") then
bla bla bla
endif
3,642
Posted By caro
Thanks dday and RRstone for your time, I got...
Thanks dday and RRstone for your time, I got solution for it, and sql engine gave me that.

Thanks guys.
3,642
Posted By caro
I certainly do not want to do this manually :)...
I certainly do not want to do this manually :) the file is a big one.

i rectifed certain critical files using 'J' but i need a better method to handle this.
3,642
Posted By caro
tput cols gives me 125. also in the case of...
tput cols gives me 125.

also in the case of visual representation problem, would not a single line appear as more than 1 line? in my case i see 'end of line ($)' half way through and remaining in...
3,642
Posted By caro
the error i am getting is certainly because, max...
the error i am getting is certainly because, max length of lines is 74 characters and the remaining comes in a new line.


I am not sure if the error could be because of some other reason.
3,642
Posted By caro
File handling in the VI editor
hi,

I am working in sun solaris.

while extracting a file from another environment and storing in unix.The extracted files have lines cut inbetween and the remaining lines comes in a new...
Showing results 1 to 9 of 9

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