Script started on Mon 26 Oct 2015 12:03:16 PM EDT [greagle@T430-530GD sbase]$ git branch debug * master od-haskell [greagle@T430-530GD sbase]$ git pull Already up-to-date. [greagle@T430-530GD sbase]$ make od make: `od' is up to date. [greagle@T430-530GD sbase]$ /usr/bin/od -tx1 one 0000000 31 0000001 [greagle@T430-530GD sbase]$ /usr/bin/od -tx1 two 0000000 32 0000001 [greagle@T430-530GD sbase]$ /usr/bin/od -tx1 one two 0000000 31 32 0000002 [greagle@T430-530GD sbase]$ ./od -tx1 one 0000000 31 0000001 [greagle@T430-530GD sbase]$ ./od -tx1 two 0000000 32 0000001 [greagle@T430-530GD sbase]$ ./od -tx1 one two 0000000 31 0000001 ./od: ferror two: Bad address [greagle@T430-530GD sbase]$ exit Script done on Mon 26 Oct 2015 12:03:19 PM EDT