Re: [OT] Linux Out-Of-Memory Killer

2010-11-03 Thread Sharuzzaman Ahmat Raslan
e recently with a little more rationale here: > >  http://lists.debian.org/debian-user/2008/04/msg02554.html > > Bob > > -- Sharuzzaman Ahmat Raslan

Re: read -d'' -n1

2010-08-11 Thread Sharuzzaman Ahmat Raslan
; done <<< $'hello\nworld' >> >> >> 2) Why does this print something, but only up to the hyphen? >> >> while read -d'' -n1 ch; do >> echo "$ch" >> done <<< $'hello\nwor-ld' >> > > > Please ignore this question. 2 minutes after sending it, I saw my stupid > mistake :( > > Sorry... > > J. > > -- Sharuzzaman Ahmat Raslan

variable assignment in string returning function

2010-01-27 Thread Sharuzzaman Ahmat Raslan
echo "decepticon" ;; esac } behaviour=`foo` group=`bar` echo $behaviour,$group #endscript -- Sharuzzaman Ahmat Raslan