Search Results

Search: Posts Made By: hemkiran.s
15,304
Posted By hemkiran.s
Neo thatks for pointing out. I did go over the...
Neo thatks for pointing out. I did go over the forum rules but looks like I overlooked. Btw, I am trying to edit the subject with no success.
906
Posted By hemkiran.s
awk -F'|' 'BEGIN {OFS="|"} NR>1{{$3=0}{print}}'...
awk -F'|' 'BEGIN {OFS="|"} NR>1{{$3=0}{print}}' file_name

You will have to handle header separately.
15,304
Posted By hemkiran.s
Convert UTF-8 file to ASCII/ISO8859-1 OR replace characters
I am trying to develop a script which will work on a source UTF-8 file and perform one or more of the following
It will accept the target encoding as an argument e.g. US-ASCII or ISO-8859-1, etc
1....
Showing results 1 to 3 of 3

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