Search Results

Search: Posts Made By: Harikrishna
8,611
Posted By Harikrishna
This ( grep -v "!" )does not help in Expect...
This ( grep -v "!" )does not help in Expect scripting.. Can you suggest me some other way Please.

Regards,
Srezee.
8,611
Posted By Harikrishna
Hi Jerry, Thanks for your suggestion.My script...
Hi Jerry,
Thanks for your suggestion.My script worked. Now i am doing the script for `show run` for router.But i want to remove the `!` character that is getting stored in the output file. How to...
2,106
Posted By Harikrishna
Hi Tyler, Thanks a lot for your reply. What...
Hi Tyler,

Thanks a lot for your reply. What my problem is i have to read the unicode characters from a excelsheet. That is also a major problem for me how to parse all those UNICODE characters...
8,611
Posted By Harikrishna
Expect Scripting Help
Hi All,

I am suppose to capature the value command `show ip route` of a router in a Expect script. But i am not able to catch the value in a variable or a file in the following Expect script.
...
2,106
Posted By Harikrishna
Perl script parsing Help
Hi All,

I am looking for a parsing in perl script which will parse DJEČJI SVIJET. There is a unicode character above character C. How to parse the total DJEČJI SVIJET in perl.

Regards,...
1,919
Posted By Harikrishna
Hey Jerry the script worked... Thanks and...
Hey Jerry the script worked...

Thanks and Regards
Harikrishna.
1,919
Posted By Harikrishna
Expect Scripting Help
Hi All,

I am trying to connect a router using Expect scripting. But my script shows error.One more thing after the command telnet localhost 2000
we should press ENTER KEY once before the command...
1,493
Posted By Harikrishna
Hi All, I am trying a Expect scripting to...
Hi All,
I am trying a Expect scripting to telnet router. But my script showing error.

#!/usr/bin/expect --

spawn telnet localhost 2000
expect "\n"
send "enable\r"
expect "1234:"
send...
1,493
Posted By Harikrishna
Shell script Help
HI

I have to write a shell script where i need to change the name of the directory abc_12345 to x_12345.

The path is like this: cool/shell_script/scriptting/abc_12345

Please...
Forum: HP-UX 06-24-2008
4,395
Posted By Harikrishna
Not able to FTP
Hi

I m not able to FTP on my HP-UX box..

Plz help...

Regards
Harikrishna
Forum: Solaris 06-20-2008
2,675
Posted By Harikrishna
I am looking to extract the columns User,Process...
I am looking to extract the columns User,Process Name and Arguments from the output of "/usr/ucb/ps -auxww" on Solaris?

So how to do it using awk ,sed or regex ...
Forum: Solaris 06-19-2008
2,675
Posted By Harikrishna
How to Extract
Hi All,

How to extract User,Process Name,Arguments from the output of "/usr/ucb/ps -auxww" on Solaris?

Please Reply...
Thanks In Advance...
Harikrishna
2,502
Posted By Harikrishna
what is the meaning of 2nd right slash in this...
what is the meaning of 2nd right slash in this regular expression...
2,502
Posted By Harikrishna
Regular expression Help
Hi

What is the meaning of this in regular expression $k =~ s/^\s*//;


Plz explain
2,831
Posted By Harikrishna
Perl Hash
hi

i have two hash achi %disk1,%disk2 with( key, value) (key1,value1)
How to store it in another hash..

Plz replyyy.

Regards
Hari
2,629
Posted By Harikrishna
Perl Hash
HI

I have a hash like this

$hashname->{$filesystem}->{'fsname'}=$filesystem;

How to get the values from this multilevel hash.


Thanks in advance... :)
2,557
Posted By Harikrishna
Hash in perl
Hi

Help me with some good links of Hash with in Hash .(Multidimensional hash)..

Regards
Harikrishna
1,249
Posted By Harikrishna
perl Help
Hi
I have a @test= /djjj,34/45:30,8-23,23

how to split using comma (,)and print the array

Plz reply
2,028
Posted By Harikrishna
Regular expression
Hi

I have to extract the first field and the last %field of the following out put..

/home (/abc/def/bhd ) : 522328 total allocated Kb
...
3,152
Posted By Harikrishna
Configuration File storing in a Hash
Hi

How to read a config file and to store it in a hash in a perl script.

Regards
Harikrishna
80,022
Posted By Harikrishna
Thanks alot era.... :)
Thanks alot era.... :)
80,022
Posted By Harikrishna
Reading each line of a file in perl script
HI
I need to read each line (test.txt) and store it in a array (@test)
How to do it in perl.

Suppose i have a file test.txt. I have to read each line of the test.txt file and store...
2,133
Posted By Harikrishna
Thanks era it worked its to search the file...
Thanks era it worked its to search the file...
2,133
Posted By Harikrishna
perl Help
Hi

i want to search a perticular file in a directory.
How to do it in perl.

Suppose i have a file test.pl in a directory $pot=/home/Raj/.

How to find the file test.pl.
...
1,527
Posted By Harikrishna
$test = "Hi how r uu how it...
$test = "Hi how r uu


how it is going to work";

But i want to write it inside a perl script.. and print that variable deleting the lines containing sapces

$test ="Hi how r uu
...
Showing results 1 to 25 of 47

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