Subject: Re: obsoleting sysctl(8)'s -w flag
To: David Laight <david@l8s.co.uk>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: tech-userlevel
Date: 03/05/2002 13:33:06
> No, stdin of a script is the script

If it were, the following script would print "hello world":

#! /bin/sh
cat
hello world

Try it and see.

				- Bill