HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Big-endian to little-endian?
Operating System - HP-UX
1830062
Members
2208
Online
109998
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-03-2001 01:12 AM
12-03-2001 01:12 AM
Hi,
I have a file that I want to be able to convert on HPUX so that it can be used on WinNT (on i386). It needs to be converted from big-endian to little-endian, a process that currently happens on the NT box.
For scheduling reasons I would like this to happen on HPUX - does anyone know how? It looks as if the GNU version of cpio has some added functionality in this area, but I didn't get too far with that route.
Any help much appreciated.
I have a file that I want to be able to convert on HPUX so that it can be used on WinNT (on i386). It needs to be converted from big-endian to little-endian, a process that currently happens on the NT box.
For scheduling reasons I would like this to happen on HPUX - does anyone know how? It looks as if the GNU version of cpio has some added functionality in this area, but I didn't get too far with that route.
Any help much appreciated.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 03:57 AM
12-03-2001 03:57 AM
Re: Big-endian to little-endian?
Hi,
Try
#man swab
Regards,
Tom Geudens
Try
#man swab
Regards,
Tom Geudens
A life ? Cool ! Where can I download one of those from ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 07:43 AM
12-03-2001 07:43 AM
Re: Big-endian to little-endian?
Hi Steve:
Dd using the conv=swab option will do this but typically the conversions are not that simple. The text data does not need to be 'swabbed' while the binary integer data and floating point data does. It is rather common to have to write a small c program to do this but you may be one of the lucky few.
Dd using the conv=swab option will do this but typically the conversions are not that simple. The text data does not need to be 'swabbed' while the binary integer data and floating point data does. It is rather common to have to write a small c program to do this but you may be one of the lucky few.
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP