Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • thanks for introducing me to od. I hadn't played with it before. I'm not sure it helped, tho. Here's the run: Commented Feb 28, 2012 at 3:49
  • thanks for introducing me to od. I hadn't played with it before. I'm not sure it helped, tho (the file being looked at is blah.css which contains: .blah { font-size: 9pt;} ) -- $> od -c blah.css. Here's the result: 0000000 \n . b l a h { \n f o n 0000020 t - s i z e : 9 p t ; \n } 0000036 Commented Feb 28, 2012 at 3:56
  • On the color entries, not the files. Commented Feb 28, 2012 at 3:56
  • what now? Sorry to be obtuse. I've looked at the man page of od, and done a little research on the net, but don't know where to go from here. Commented Feb 28, 2012 at 3:57
  • Examine .dir_colors. Commented Feb 28, 2012 at 3:57