On Fri, 30 Jun 2000 [EMAIL PROTECTED] wrote: > I'm trying to find a way to write a short bash shell script that can > determing my current dynamic IP address as assigned by my ISP and save > it as a shell variable, then write it to a file with other data all on > one line. Any ideas? Sure. Run awk, parse the output of netstat or ifconfig, and export the variable. -- Todd A. Jacobs Senior Network Consultant -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- Shell Scripting Todd A. Jacobs
- Shell Scripting Tomer Okavi
- RE: Shell Scripting Ning Zhu
- Re: Shell Scripting Harry Putnam
- RE: Shell Scripting Stephen_Reilly