Search Results

Search: Posts Made By: kukretiabhi13
Forum: Solaris 01-05-2011
4,716
Posted By kukretiabhi13
Is there a VPN client that can be used on solaris 10 ?
I need to install VPN client on Solaris 10 server. I searched but only Cisco client was available which requires a service agreement. Please suggest some free ware for this and the steps to do that...
2,489
Posted By kukretiabhi13
Thanks your solution is working but i cannot...
Thanks your solution is working but i cannot understand this part.

exclude="${exclude}§${file}§"
and
if [[ "${exclude}" == *§${file}§* ]]
2,489
Posted By kukretiabhi13
Shell script for 2 arrays
I have 2 arrays abc and xyz

abc = ( a b c d e f g h i j k l m n o p q r s t u v w x y z )

and

xyz = ( b c d e f )

lets assume a .... z are the file name.

I have to perform a pattern...
1,792
Posted By kukretiabhi13
It worked ! thanks
It worked ! thanks
1,792
Posted By kukretiabhi13
Convert entries in a text file to values in a string
How to convert entries in a text file to values in a string?
ex: I have a text file list.txt with following entries :
aaaa
bbbb
cccc
dddd


I want to move the values in the list.txt file to...
41,798
Posted By kukretiabhi13
IF condition against a ARRAY in shell script
Hi,

I want to check a particular string inserted by User to be checked against the values i already have in a ARRAY string using IF condition. Is this possible? if yes how to do that.
example :
...
7,374
Posted By kukretiabhi13
Script to check connectivity
yes thats correct or i can use active perl to run the perl script
7,374
Posted By kukretiabhi13
Script to check connectivity
I want to write a script to check if a unix box say abc.tdc.cin.net can be connected or not on certain port say 22. right know i have to telnet them manually from DOS prompt and if it is successful...
Forum: Programming 02-05-2008
1,942
Posted By kukretiabhi13
openAmq
Yes i have gone thru it. but need some thing more , if anyboby worked i will be needing some guidence
Forum: Programming 02-04-2008
1,942
Posted By kukretiabhi13
OpenAMQ -- Help Needed
hi i need to work with openAMQ in c,
but couldnt find any good material on internet.
If anybody ever worked on this please help me find some good material.
Forum: Programming 01-22-2008
19,596
Posted By kukretiabhi13
Thank u all ..... its done .......:)
Thank u all .....
its done .......:)
Forum: Programming 01-22-2008
19,596
Posted By kukretiabhi13
This is what i actually need : eg: ...
This is what i actually need :

eg:

aaaaaa|11111111|sssssssssss|333333|ddddddddd|34343454564|asass
aaaaaa|11111111|sssssssssss|333333|ddddddddd|34343454564|asass

my c program should read...
5,161
Posted By kukretiabhi13
thanks a lot ...... That was exactly what i...
thanks a lot ......

That was exactly what i was looking for :)
Forum: Programming 01-21-2008
19,596
Posted By kukretiabhi13
NEED a C program to extract text between two delimiters from some text file
needa c program to extract text between two delimiters from some text file.
and then storing them in to diffrent variables ?

text file like 0:
abc.txt
=========
...
38,555
Posted By kukretiabhi13
U can do some thing like this: ps -ef | grep...
U can do some thing like this:

ps -ef | grep sibs

Hope this will work
4,280
Posted By kukretiabhi13
cron and crontab We have hundreds of threads...
cron and crontab
We have hundreds of threads involving cron and crontab. Rather than creating a post with dozens of links, I thought I'd just write up a tutorial with only a few selected links.
...
5,161
Posted By kukretiabhi13
creating your own commands
hi,
i have to type certain commands again and again eg:

ps -ef | grep xyz

is there any way to replace the whole command by a short form
like i just do :
$ psl
and it give me the same...
18,837
Posted By kukretiabhi13
multiple file renaming
say you have files like below...
jordba.package1
jordba.package2
jordba.package3

use the below:
for f in jordba.*; do mv "$f" "${f#jordba.}"; done

the above for loop will make your list...
Showing results 1 to 18 of 18

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