Please, I'm in a hurry !!
I have a problem with printting with the version 8 of SAS. I have the solfware installed in a NT server and the PC client start the sesion mapping the server. There are two versions installed in the server (6.12 and 8.1).
The problem is when you are in a...
I'm trying to have a file whithin two fields:
Ip address| dns domain
I have a script that will pipe a parm to awk:
while read line
do
/usr/sbin/nslookup $line | awk '$1=="Name:" {print $2}'
done<ip.int
where ip.int is a file containing the ip address. How can I obtain a file whith...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.