Re: proc/meminfo



On 2007-03-30, birre wrote:
....
#!/bin/bash
clear
while true
do
tput home
cat /proc/meminfo
done

More simply:

watch cat /proc/meminfo

--
Chris F.A. Johnson, author | <http://cfaj.freeshell.org>
Shell Scripting Recipes: | My code in this post, if any,
A Problem-Solution Approach | is released under the
2005, Apress | GNU General Public Licence
.