[HPADM] RE: -SUMMARY- using sed and a hex value substitution
From: Naylor, Jim (Jnaylor_at_Schnucks.com)
Date: 09/29/04
- Previous message: Balaji Nathan: "[HPADM] HPUX 11i - swinstall latest Online diag, Bundle11i,HWEnable11i & GoldQPK11i)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: "Hpux-Admin@Dutchworks. Nl (E-mail)" <hpux-admin@dutchworks.nl> Date: Wed, 29 Sep 2004 09:21:15 -0500
Thanks to Hardeep Bhogal, Steve Illgen, and David Lodge for their responses.
It appears that Linux uses the GNU sed which has more functionality than the
standard sed that comes with HP-UX. I downloaded the GNU sed, compiled it,
and it does work with the hex values.
Example:
File AAA contains one line:
123456
I execute the GNU sed as follows:
sed s/1/'\x32/ AAA
The output is now:
223456
Thanks,
Jim Naylor
Unix Systems Administrator
Schnuck Markets, Inc.
* Direct: (314) 994-4784
*)) Cell: (314) 691-0186
* Fax : (314) 994-4684
* jnaylor@schnucks.com
-----Original Message-----
From: Naylor, Jim
Sent: Tuesday, September 28, 2004 11:01 AM
To: Hpux-Admin@Dutchworks. Nl (E-mail)
Subject: [HPADM] using sed and a hex value substitution
Hello All,
A co-worker asked me why the following command does not work on HP-UX but
works on Linux.
A file called AAA has this one line in it:
123456
Command:
sed s/1/'\x32'/ AAA
The '\x32' is the hex value
The result:
x3223456
Any ideas would be greatly appreciated.
Thanks,
Jim Naylor
Unix Systems Administrator
Schnuck Markets, Inc.
* Direct: (314) 994-4784
*)) Cell: (314) 691-0186
* Fax : (314) 994-4684
* jnaylor@schnucks.com
--
---> Please post QUESTIONS and SUMMARIES only!! <---
To subscribe/unsubscribe to this list, contact
majordomo@dutchworks.nl
Name: hpux-admin@dutchworks.nl Owner:
owner-hpux-admin@dutchworks.nl
Archives: ftp.dutchworks.nl:/pub/digests/hpux-admin (FTP, browse
only)
http://www.dutchworks.nl/htbin/hpsysadmin (Web, browse &
search)
--
---> Please post QUESTIONS and SUMMARIES only!! <---
To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
Name: hpux-admin@dutchworks.nl Owner: owner-hpux-admin@dutchworks.nl
Archives: ftp.dutchworks.nl:/pub/digests/hpux-admin (FTP, browse only)
http://www.dutchworks.nl/htbin/hpsysadmin (Web, browse & search)
- Previous message: Balaji Nathan: "[HPADM] HPUX 11i - swinstall latest Online diag, Bundle11i,HWEnable11i & GoldQPK11i)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|