danielhpavey.uk

How to get Octal File Permissions from the Command Line

19 November 2012

How to get the octal file permissions for the command line.

Count number of words in text using MySQL

10 September 2012

I was trying to count the number of words in some MySQL results today. This is easy enough with PHP using str_word_count However there is no simple command