Search Results

Search: Posts Made By: sw.an
Forum: HP-UX 06-21-2010
8,816
Posted By sw.an
Thanks a lot! Your command works well! In...
Thanks a lot! Your command works well!

In the meanwhile I'd transformed my flat file in a text file (with cr+lf), where one record is 1500 chars long.

In this instance I'd like to use the awk...
Forum: HP-UX 06-21-2010
8,816
Posted By sw.an
Replace all 'low values" in a file
Hi,

I've to replace all low values (hex '00') in a flat file (containing more than 1,000,000 records) with space (hex '20').
I try to use:

awk '{gsub("\x00","\x20")}' file_name

and I...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 11:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy