Re: pre-2.0.31-7 nit picks

Michael K. Johnson (johnsonm@redhat.com)
Tue, 19 Aug 1997 09:28:38 -0400


Aaron Tiensivu writes:
>+You can adjust these with a command such as:
>+
>+# echo 128 256 512 > /proc/sys/vm/freepages
>+
>
>All those echo's should be:
>
>echo "128 256 512" > /proc/sys/vm/freepages

Says who?

$ echo 128 256 512 > a
$ echo "128 256 512" > b
$ diff a b
$

The echo command concatenates its arguments separated by spaces.

michaelkjohnson

"Magazines all too frequently lead to books and should be regarded by the
prudent as the heavy petting of literature." -- Fran Lebowitz