Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 4

Entries Tagged as 'OS X'

csv2pg — Load a comma separated values file into postgresql

January 22nd, 2010 · No Comments · Linux, OS X

Link to the download is here 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 [...]

[Read more →]

Tags:

xlsx2csv – Excel xlsx (spreadsheetML) to CSV bash script

December 18th, 2009 · 7 Comments · Linux, OS X

Read an MS excel SpreadsheetML document and extracts the data to csv

[Read more →]

Tags:

Writing to syslog in a bash script

November 30th, 2009 · No Comments · OS X

Here’s a little snippet to show how to use logger (included with OS/X, don’t know on other platforms) to syslog errors from a bash script.

[Read more →]

Tags: