while read time
do
if [[ $(grep -r ";_;" ~/*) == "" ]]
then
like=0
fi
done < <(cat this)
if [[ $like != "0" ]]
then like(this)
fi
Name:
Anonymous2012-09-12 14:32
>>6
I wish I knew the first thing about shell development. The thought of having a LISP-like interactive shell literally made me sploodge a little bit.