Today I had to resolve a list of hostnames the long way, yeah that way! The thing is, I have no skill whatever in writing Windows batch files, if it were bash or csh, I could of written something in a minute and got moved on.
#!/bin/bash
while read hostname
do
ping REPLY > ipList.txt
done
Probably something like this would of done, I haven't tested it though.
Here's an idea
-
If you're a freetard, but you need to run Windows at work or something,
I've got an idea for a utility that will keep you true to the cause.
Well, a mockup...
16 years ago
No comments:
Post a Comment