Hi, Chris.
On Mon, 15 Nov 2004 10:40:52 +0100 Christian Perle wrote:
cat /proc/modules | tac | grep -v '[.*]' | grep -v cloop | while read mod x do if [ $mod = apm ] ; then echo "apm power_off=1" >>$TMP else echo $mod >>$TMP fi done mv $TMP /etc/modules
Was sucht denn das 'tac' da, ist die Reihenfolge der Module wichtig. Und 'another useless use of cat'?
Grüße Frank.