Search Results

Search: Posts Made By: mdangol
2,707
Posted By mdangol
how do i avoid system hang due to ssh in script?
I have a script that collects data from about 200 servers using 'ssh'. The problem is that, process sometime hangs at some point stopping the execution of the script. Please give me some idea how can...
1,208
Posted By mdangol
append 3 line to the top and bottom
#!/usr/bin/perl
open (FILE, "myfile");

print "114444bbbbbb\n";
print "dddd4544d4cc\n";
print "rrrr4dddddddd5\n";

while (<FILE>)
{
print $_;
}

print "ppppp44ppppp\n";
print...
Showing results 1 to 2 of 2

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