On 10/26/2015 11:00 AM, Greg Reagle wrote:
Command od doesn't seem to like multiple file arguments.  See attached.

I have been trying to debug this problem, but I haven't figured it out (yet). I have managed, however, to make reproducing the bug less verbose. See typescript.
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

Reply via email to