When I write shell one-liners that transform the contents of some file, they often look something like
In[1]:
cat access.log | head -n 500 | grep mail | perl -e …
This is what a lot of people refle
Comment here to discuss with all recipients or tap a user's profile image to discuss privately.