Search Results

Search: Posts Made By: BigBro
1,195
Posted By BigBro
What about using mget with wildcards
What about using mget with wildcards
Forum: IP Networking 05-31-2011
2,223
Posted By BigBro
Network mapper based on zone files ?
Good morning,

Say I have a zone file like this:

ns.chicago.company.com. 86400 IN A 212.168.12.15
ns.casper.company.com. 86400 IN A 212.168.14.15...
18,064
Posted By BigBro
Here is a slightly modified example based on the...
Here is a slightly modified example based on the above.
First we reformat the date to YYYYMMDD format.
Then for each date we compute the number of seconds since 1970-01-01 00:00:00 UTC (parameter...
8,792
Posted By BigBro
You can use something like this with a loop: ...
You can use something like this with a loop:
This will remove files that are at least 5 days old.

#!/bin/bash
DAYS=5
DIR="/var/mydir"

find $DIR/* -mtime +$DAYS -exec rm -rf {} \;
5,511
Posted By BigBro
Hi, I would like to set up an E-mail...
Hi,

I would like to set up an E-mail forwarding service like Netaddress whereby users would be able to create an E-mail account in my domain name and have all the mail sent to that account...
Showing results 1 to 5 of 5

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