On 06/18/13 13:24, VANDEMAN, MIKE wrote:
> It's either aligned, or it isn't. It's not:
But it is aligned, for me. Most likely you have an old
implementation of od, or an implementation that's not coreutils.
Here's what I get:
$ echo ' appl' | od -ctx1
0000000 a p p l \n
20 20 20 20 20 20 61 70 70 6c 0a
0000013
$ od --version
od (GNU coreutils) 8.21
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Jim Meyering.