Search Results

Search: Posts Made By: ghiotion
153,754
Posted By ghiotion
Don't know if this helps, but python can give you...
Don't know if this helps, but python can give you a quick view of the control characters in the file.
python -c "f = open('filename.txt', 'r'); f.seek(0); file = f.readlines(); print file"
Just...
Showing results 1 to 1 of 1

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