Followed the guide here - very useful (note, the Filters folder needs to be in /Library, not the "user" library
https://github.com/joshcarr/Apple-Quartz-Filters
Search This Blog
Sunday, 21 July 2013
Monday, 8 July 2013
Finding differences between two columns (Excel, Libre Office)
=IF(ISERROR(MATCH(A2,$B$2:$B$2499,0)),A2,"")
Labels:
Excel
Mac OS replace ';' with new line on text file
http://stackoverflow.com/questions/964945/mac-os-replace-with-new-line-on-text-file
Syntax:
Syntax:
cat input | tr ";" "\n" > output
Labels:
Mac
Subscribe to:
Posts (Atom)