Search Results

Search: Posts Made By: cixelsyd
Forum: Infrastructure Monitoring 04-08-2010
2,147
Posted By cixelsyd
Ty very much Tyler, that did the trick!
Ty very much Tyler, that did the trick!
Forum: Infrastructure Monitoring 04-07-2010
2,147
Posted By cixelsyd
Print "From: To:" Row Only On First Ocurrence
Hi guys,

I am trying to finish up the script I created that parsed, and sorted my firewall rules, however, I am having a little problem finishing it up.

In my output, above each policy I always...
32,331
Posted By cixelsyd
You could use dd to create a large file with...
You could use dd to create a large file with random date:


dd if=/dev/random of=/tmp/largefile bs=1024 count=4000000


That should create you a 4gb file with totally random data from...
3,817
Posted By cixelsyd
In general you can have expect wait a certain...
In general you can have expect wait a certain amount of time before it goes on to try and run the next command.

I did something similar with an expect script that logs into our switches at work,...
100,520
Posted By cixelsyd
Alister, Thank you so much for your help! ...
Alister,

Thank you so much for your help! That did exactly the trick. I modified the script to the following:


echo -e "From: \t"$frm_Zone"\tTo:\t"$to_Zone

printf...
100,520
Posted By cixelsyd
Printing Fixed Width Columns
Hi everyone,

I have been working on a pretty laborious shellscript (with bash) the last couple weeks that parses my firewall policies (from a Juniper) for me and creates a nifty little columned...
Showing results 1 to 6 of 6

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