Search Results

Search: Posts Made By: dayanandra
5,073
Posted By dayanandra
Help needed in Perl LWP module
Hi,

I've a issue in writing a perl script that will automatically monitor the site availability.
There are two different cookies are set in two consecutive flows to a URL and this second cookie...
22,338
Posted By dayanandra
what's the debug command for perl scripts
Hi,

Can you please let me know if there's any debug command for perl scripts

like

set -x for shell scripts
3,605
Posted By dayanandra
I believe you want to upload a file from your...
I believe you want to upload a file from your local host to a remote unix machine.

If it's so,

you can achieve it using ftp protocol

e.g
ftp <remote unix system(ip address)>

then enter...
18,558
Posted By dayanandra
How do you find the time taken to execute the...
How do you find the time taken to execute the script?
20,171
Posted By dayanandra
I've verified all the all the claims. 1.It...
I've verified all the all the claims.

1.It doesn't work with for loop

for i in "`ls -1`" considers the entire listing in one variable and goes thro' only one loop

2.changing IFS to newline...
18,558
Posted By dayanandra
I believe grep would do it faster than awk. Try...
I believe grep would do it faster than awk. Try using johnywilkins suggestion and compare the time taken.
9,659
Posted By dayanandra
Hey if you give can give what format the date(say...
Hey if you give can give what format the date(say dd-mm-yy or mon-dd-yy) is in the log, then it can be done.
5,988
Posted By dayanandra
Hey I've tried with the password having a # at...
Hey I've tried with the password having a # at the end. Try this

Let the variables username and password have the corresponding username and password or have it directly in the script.

ftp -nv...
20,171
Posted By dayanandra
Thanks a lot. It worked fine. Can you...
Thanks a lot.

It worked fine.

Can you please explain why is this not possible in a for loop instead of a while loop? What makes the difference.
20,171
Posted By dayanandra
How to read filenames with space in between
Hi All,

I need to read filenames with space in between in a for loop
like
Integration of utility projects
Integration of hdf projects

I copied these files from a windows system and as you...
13,140
Posted By dayanandra
Thanks a lot.It worked!! :)
Thanks a lot.It worked!! :)
13,140
Posted By dayanandra
How to read variable with no display
I'll be reading user name and password from the person while running a shell
script so that he is authenticated.

The challenge here is to read the password variable without displaying on screen....
1,629
Posted By dayanandra
copy .profile of operatop and put it in .profile...
copy .profile of operatop and put it in .profile for operator.

Then the shell environment of the two users would exactly the same.
2,077
Posted By dayanandra
Hi, I got it. The correct syntax was ...
Hi,

I got it.

The correct syntax was

eval k='$'$j

Thanks for showing me a correct lead to follow

CHEERS :)
2,077
Posted By dayanandra
how to refer one variable using another
Hi,

How will you refer one variable's value using another in unix?

For e.g
Take the case
System1_ip=172.120.20.54

And in latter part of the program while I'm using the values in a for loop...
Showing results 1 to 15 of 15

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