- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- viewing ascii
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:29 AM
02-28-2007 03:29 AM
viewing ascii
or is there something that i can use in windows that would show it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:36 AM
02-28-2007 03:36 AM
Re: viewing ascii
http://hpux.cs.utah.edu/hppd/hpux/Editors/emacs-21.4/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:42 AM
02-28-2007 03:42 AM
Re: viewing ascii
"xd -vc
hex dump, -v = all lines, -c = show printable characters
man xd for more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 03:44 AM
02-28-2007 03:44 AM
Re: viewing ascii
http://hpux.its.tudelft.nl/hppd/hpux/Development/Tools/hexedit-1.2.10/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2007 08:21 AM
02-28-2007 08:21 AM
Re: viewing ascii
In addition to the fact that you can select the type of output shown by 'xd' (or 'od') [i.e. a character, octal, hexadecimal, etc.] you might find the manpages for 'ascii(5)' a useful companion reference. For that matter, see '/usr/share/lib/pub/ascii'.
In reality, 'xd' and 'od' are the same binary. They are a nice example of Unix's use of hard links. By naming the links differently, the default output can be automatically selected to be either octal ('od') or hexadecimal ('xd').
See the manpages for 'xd' (or 'od' --- it's the same) for output options.
Regards!
...JRF...