- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Viewing text in Hex
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
05-08-2003 12:32 PM
05-08-2003 12:32 PM
Viewing text in Hex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:43 PM
05-08-2003 12:43 PM
Re: Viewing text in Hex
http://hpux.cs.utah.edu/hppd/hpux/Development/Tools/hexedit-0.9.7/
both 10.20 and 11.00 compiled versions are available from this page.
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 12:57 PM
05-08-2003 12:57 PM
Re: Viewing text in Hex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 01:01 PM
05-08-2003 01:01 PM
Re: Viewing text in Hex
HTH
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 01:02 PM
05-08-2003 01:02 PM
Re: Viewing text in Hex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 01:05 PM
05-08-2003 01:05 PM
Re: Viewing text in Hex
You can install gvim for HP-UX, see link below:
http://hpux.its.tudelft.nl/hppd/hpux/Editors/vim-6.1/
then, if you edit the text file with gvim editor you can switch between, hex view and normal text view with the command
:%!xxd and :%!xxd -r
Frank.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2003 02:11 PM
05-08-2003 02:11 PM
Re: Viewing text in Hex
Our shop uses a product called
Ultraedit. It is a very, very (+/- $30.00 USA) inexpensive text editor that allows viewing in hex. It also has the ability to open and save files via ftp.
For developers that abhor vi or are just inepdt, it provides a good alternatative ( I said good, not great, Forumers) to vi.
Best of luck.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2003 11:51 PM
05-12-2003 11:51 PM
Re: Viewing text in Hex
od [ -oxc ] [filename]
--> -o will interpret words in octal; default option
--> -x Interpret words in hex
--> -c Interpret words in ASCII
e.g od -x infile