Comment by bee_rider
10 months ago
for i in $( ls | grep “a complicated enough filter that I never have to use conditionals in my loop”) ;
do
echo -n “if I don’t want to work on ” $i
echo “ it is time to change languages”
done
No comments yet
Contribute on Hacker News ↗