Search Results

Search: Posts Made By: abey
4,182
Posted By abey
Thanks so much.. It worked. abey
Thanks so much.. It worked.

abey
4,182
Posted By abey
shell variable limit
Hi,

I have a shell script which has a variable that adds up two numbers in iteration. something like:

for
do
total_value=`expr $total_value + $value`
done


and my total_value,...
15,991
Posted By abey
sql insert command
Hi,

sqlplus -s / <<EOF > /dev/null
insert into table1 (a1, a2, a3) values ('a',1,'b');
commit;
EOF

in the above code can i pass the values to the insert command from shell script like...
4,702
Posted By abey
hi, thanx.... abey
hi,


thanx....

abey
4,702
Posted By abey
date function
hi,

I have to ftp previous days file from a directory to another location. The name of the files are like "xxx20060225" (yyyymmdd format)
...
5,499
Posted By abey
Many thanks.. I'm using HP-UX 11, it seems...
Many thanks..

I'm using HP-UX 11, it seems like this doesn't support rsh and ssh. I didn't find a man entry for these commands. Hope there is some other way for running scripts in a remote...
5,499
Posted By abey
Thanks for replying.. The reason i need to...
Thanks for replying..

The reason i need to log in to the server is to run a script in it. so ftp wont work rite. please let me know if there is any other way.


thanks

abey
5,499
Posted By abey
logging to remote server
Hi,

I want to log-in to a remote server using shell script.

The server requires the following while allowing a connection:

username
password
one - letter authorisation.

How can i...
Forum: Programming 02-14-2006
4
3,476
Posted By abey
Hi, Thanks for the reply, but "%x" also...
Hi,

Thanks for the reply, but "%x" also seems to retrive the same value. Can you please let me know the contexts on which these two are used??

thanks,

abey
Forum: Programming 02-14-2006
4
3,476
Posted By abey
fscanf
Hi,


Can any one tell me what "%hx" as control parameter mean in fscanf.


Thanks,

abey
Forum: HP-UX 02-10-2006
2,741
Posted By abey
Hi, Thanks for the help.. It worked fine,...
Hi,


Thanks for the help.. It worked fine, but i'm unable to grep the version name as u have mentioned. But i got the linker version. Is linker version and the utility version the same?.

...
Forum: HP-UX 02-10-2006
2,741
Posted By abey
version of the utilities
Hi,


Can anyone tell me how i can know the version of the utilities (to be specific "make" and "ar") in HP-UX ver 11.00.


thanks,
abey.
Forum: HP-UX 11-30-2005
3,176
Posted By abey
To know the path of a file..
Hi,

I'm using a HP-UX machine and i would like to know if there is any command by which i can search for a file(i don't know the complete filename) thats somewhere in the subdirectories or in a...
Forum: Programming 10-19-2005
6,691
Posted By abey
String Comparison
Hi all,

I have a file like this

ibhib=ere
wefwfl=werfe
sfdes=wef

From this file, i need to get the lefthand side string with respect to the corresponding righthand side string. i.e, I...
Forum: Programming 10-18-2005
5,746
Posted By abey
"int a[1]; a[2]+=17;" Its clearly...
"int a[1];
a[2]+=17;"

Its clearly violating the basic rules of array declaration...
But again, wats the purpose of this question???


abey.
1,340
Posted By abey
security
Hi all,

Is there any command in linux to password protect one directory, so that even if some other person logging in using same user id can't view my files..

abey.
Forum: Programming 10-07-2005
3
1,642
Posted By abey
Hi, True.. ChMar, thanks for the...
Hi,

True..

ChMar, thanks for the help.. :)

abey
Forum: Programming 10-07-2005
3
1,642
Posted By abey
array
#include<stdio.h>
int main()
{
char r[10];
char let;
int i;
for(i = 0; i < 10; i++)
{
printf("Enter a letter:");
...
Forum: Programming 09-26-2005
12
7,445
Posted By abey
yup, i'l try tht too... Once again thnx for...
yup, i'l try tht too...

Once again thnx for the help...

abey
Forum: Programming 09-26-2005
12
7,445
Posted By abey
thnx, tht works.... is there anyother option...
thnx, tht works....

is there anyother option to implement this apart from switch, that wil reduce the number of lines.
Forum: Programming 09-26-2005
12
7,445
Posted By abey
Switch
using switch can we match for more than one values..

eg:

switcha(a)
{
case 1, 2, 3: printf("ddd");
break;
case 4, 5, 6: printf("mmm");
break; ...
2
1,957
Posted By abey
thnx, i'l try it out... first i posted in...
thnx, i'l try it out...

first i posted in the wrong place, so thought of posting it again..
2
1,957
Posted By abey
Basic
hi,

I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands...

eg:-
instead of "cd /usr/bin"
i want to to give " bin " and get to that path.

I'm...
Forum: What is on Your Mind? 09-22-2005
2,786
Posted By abey
Basic...
hi,

I am pretty new both to unix and this forum, can anyone help me to give shortcuts to my commands...

eg:-
instead of "cd /usr/bin"
i want to to give " bin " and...
86,042
Posted By abey
mine is HP-Unix 11, tht tac didn't worked on mine...
mine is HP-Unix 11, tht tac didn't worked on mine too....

abey
Showing results 1 to 25 of 27

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