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 <[email protected]> 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
