Search Results

Search: Posts Made By: rhel65
2,103
Posted By Scrutinizer
Or use: tr -d '\f' < file > newfile
Or use:
tr -d '\f' < file > newfile
2,103
Posted By Aia
That's the \f or form feed representation. Try...
That's the \f or form feed representation.
Try to remove it as:
sed -e 's/\x0C//g' test.csv > another.test.csv

After that use another.test.csv
If you want to delete "in place" RHEL6 uses gnu...
Showing results 1 to 2 of 2

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