Search Results

Search: Posts Made By: prafulnama
3,576
Posted By prafulnama
Calling an interactive perl script from within a while-read loop
Hi,

I have a perl script that prompts for a user to enter a password before doing what it does. This works well if I call it directly from a bash script

#!/bin/bash
/path/to/perl/script $arg1...
2,695
Posted By prafulnama
WGET cycling on an updating page
Hello,

I am experiencing an issue while downloading a few pages using wget. All of them work without a problem except one which is a page that does a tail on the log and as a result is constantly...
Forum: Infrastructure Monitoring 05-11-2010
7,103
Posted By prafulnama
Thanks! @Corona: I could use the 'split...
Thanks!

@Corona: I could use the 'split array' for retrieving a specific word from a string but for retrieving a substring, is there an alternative to something=`echo $line | cut -d ' ' -f...
Forum: Infrastructure Monitoring 05-11-2010
7,103
Posted By prafulnama
Thanks a lot everyone. I do seem to have a very...
Thanks a lot everyone. I do seem to have a very large number of back tics. Would appreciate help in eliminating them and any other way of improving performance.


#!/bin/bash
#Retrive a list of...
Forum: Infrastructure Monitoring 05-07-2010
7,103
Posted By prafulnama
Possible performance improvement (Bash and flat file)
Hello,

I am pretty new to shell scripts and I recently wrote one that seems to do what it should but I am exploring the possibility of improving its performance and would appreciate some help....
Forum: OS X (Apple) 01-12-2010
3,036
Posted By prafulnama
Weird "security" bahavior with SSL certificates
Hello,

I have been attempting to automate the addition of SSL certificates to keychains on a MAC using the "security" command. I've noticed two things, 1 of which I don't understand.

1. If I...
Showing results 1 to 6 of 6

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