Skip to main content
UnixGuide.net
Navigation
Forums
Recent content
Search form
Search
Recent comments
No comments available.
New forum topics
User login
Username
*
Password
*
Create new account
Request new password
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
You are here
Home
How can I view a file in octal or hexadecimal? Added: 07/08/02
Tweet
How can I view a file in octal or hexadecimal? Added: 07/08/02
For octal, use:
$ od -b file
For hexadecimal, use:
$ xd -b file
»
Log in
or
register
to post comments
Recent comments