From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom To: 9fans@cse.psu.edu, Ronald G Minnich References: <441AD830.1030507@lanl.gov> <1143178184.3558.2.camel@heater.intranet.ebr> <442428D9.9000808@lanl.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <442428D9.9000808@lanl.gov> Subject: Re: [9fans] ports from GPL Message-Id: <20060324173409.68B411DEAB8@dexter-peak.quanstro.net> Date: Fri, 24 Mar 2006 11:34:09 -0600 Cc: Topicbox-Message-UUID: 1f3aa7d4-ead1-11e9-9d60-3106f5b1d025 this should be familiar to anyone who's used linux: cat /proc/sys/net/ipv?/ip_forward for(i in /proc/sys/net/*/ip_forward) echo 1>$i - erik Ronald G Minnich writes | | ems wrote: | > I prefer "everything is accessed like a file" | | I haven't seen that many files I write to that have side effects on | other files. | | /dev/eia0ctl for example. | | I'm still not comfortable with that phrasing. It's amazing how it gets | misinterpreted by Unix and Windows folks ... | | ron