Display files without empty lines or comments
Paste the following in your shell: cat << EOF >> ~/.bashrc alias nocom=’sed -e “/^\s*#/d” -e “/^\s*$/d”‘ EOF This sets up an alias, so that you don’t have to memorize… Read more »
Paste the following in your shell: cat << EOF >> ~/.bashrc alias nocom=’sed -e “/^\s*#/d” -e “/^\s*$/d”‘ EOF This sets up an alias, so that you don’t have to memorize… Read more »
After checking out the elementary announcement I figured Tumblr supports Disqus. Yay, what a realization. So now you can add your kind and not-so-kind comments to my articles. At the… Read more »