Name: ¯\(ツ)/¯ 2012-09-12 1:38
while read time
do
if [[ $(grep -r ";_;" ~/*) == "" ]]
then
like=0
fi
done < <(cat this)
if [[ $like != "0" ]]
then like(this)
fi
sh is mediocre for programming, but excellent for interactive use. You deal with programs and files and glue them together. When control flow becomes even slightly complicated, you should reconsider whether to use another language or not.