ivdivd0·8 years ago·discussSimple aliases for find and grep, that allow to just look for something without worrying about case sensitivity, escaping, etc. function ff { find . -iname \*$1\* } alias gr='ack -i'
ivdivd0·8 years ago·discussThis and some other tricks are covered in the "Learning How to Learn" course on coursera (https://www.coursera.org/learn/learning-how-to-learn).