Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

od(1) [minix man page]

OD(1)							      General Commands Manual							     OD(1)

NAME
od - octal dump SYNOPSIS
od [-bcdhox] [file] [ [+] offset [.][b] ] OPTIONS
-b Dump bytes in octal -c Dump bytes as ASCII characters -d Dump words in decimal -h Print addresses in hex (default is octal) -o Dump words in octal (default) -v Verbose (list duplicate lines) -x Dump words in hex EXAMPLES
od -ox file # Dump file in octal and hex od -d file +1000 # Dump file starting at byte 01000 od -c file +10.b # Dump file starting at block 10 DESCRIPTION
Od dumps a file in one or more formats. If file is missing, stdin is dumped. The offset argument tells od to skip a certain number of bytes or blocks before starting. The offset is in octal bytes, unless it is followed by a '.' for decimal or b for blocks or both. OD(1)

Check Out this Related Man Page

LSDVD(1)																  LSDVD(1)

NAME
lsdvd - read the content info of a DVD SYNOPSIS
lsdvd [ options ] [-t track_number] [dvd path] DESCRIPTION
An application for reading the contents of a DVD and printing the contents to your terminal and dump for further processing in external applications. OPTIONS FOR EXTRA INFORMATION
-a Dump information about audio streams. -d Dump information about cells. -n Dump information about angles (video layers). -c Dump chapter information. -s Dump subpicture information (e.g. subtitles). -P Dump palette information. -v Dump video information. -x Dump all information. FORMATTING OPTIONS
-Oh Dump output human readable (default setting). -Op Dump output as a Perl hash. (Using -p is deprecated). -Oy Dump output as Python. -Or Dump output in Ruby format. -Ox Dump output in XML. OTHER OPTIONS
-h Display help. -q Quiet output - do not summarize output. -V Display version information. LICENSE
lsdvd is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License. AUTHORS
lsdvd was written by Chris Philips. <acid_kewpie@users.sourceforge.net> This manual page was written by Moritz Muehlenhoff <jmm@inutil.org> for the Debian GNU/Linux system (but may be used by others). 27 August 2005 LSDVD(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Produce the number 2014 without any numbers in your source code...

Hi guys and gals... Someone pointed me to this URL this morning and thought I might be interested. Not the best bash solution but at my level I solved it this way, in around 5-10 minutes... What about your attempts... Produce the number 2014 without any numbers in your source code -... (40 Replies)
Discussion started by: wisecracker
40 Replies

2. UNIX for Advanced & Expert Users

How to determine the encoding of this dd image?

I have extracted a raw data file from a magnetic tape using the dd command Afterwards, I managed to read the extracted data with Bless HexEditor and I found out that at offset 0x200000 there is a sequence of value which originally was stored in a table. I would like to extract this data and... (45 Replies)
Discussion started by: NICEPeppino
45 Replies

3. What is on Your Mind?

PubNub Live Chat Beta Testing

Dear All, We are now beta testing our future "Live Chat" area using PubNub technology. https://community.unix.com/ This purpose of this testing is to test the core system, in general, and to see how many, if any, bugs crawl out of the woodwork. This "Live Chat" is not the... (48 Replies)
Discussion started by: Neo
48 Replies