Search Results

Search: Posts Made By: azelinsk
18,017
Posted By azelinsk
Find Unicode Character in File
I have a very large file in Unix that I would like to search for all instances of the unicode character 0x17. I need to remove these characters because the character is causing my SAX Parser to...
48,037
Posted By azelinsk
Shell_Life's suggestion helped a lot. Processing...
Shell_Life's suggestion helped a lot. Processing time went from over 5 hours to 45 minutes. This was the code:

typeset -L1 mOne
while read mLine
do
mOne=$mLine
done < input_file

jim...
48,037
Posted By azelinsk
Read First Character of Each Line in File
I need a better way to read the first character of each line in a file and check if it equals the special character ¤. This character tells me where there is a break in the reports. The file has over...
Showing results 1 to 3 of 3

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