Search Results

Search: Posts Made By: Grille
2,826
Posted By Grille
Thank you RudiC, dos2unix helps. I already...
Thank you RudiC, dos2unix helps.

I already tried with sed to replace ^M, but without success.

sed -e 's/^M//g'
sed -e 's/^M$//'

I get my values I need. Slowly, but it works for now.
To...
2,826
Posted By Grille
Use decimal value of array in bc ends with illegal character
hi all

I have to read a long cvs file every 4 columns with decimal "3,45" numbers.
The 9th row in this cvs is the first line I need, so it I tail -n+9.
I use sed -e 's/,/./g' to get decimal...
Showing results 1 to 2 of 2

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