Search Results

Search: Posts Made By: API
1,516
Posted By API
Writing umlauts to a file
Hello all,


I have a strange Problem with writing umlauts like (ä, ü) to a file, which has an ISO-8859-1 Encoding.


My Shell-script is reading a file. The Encoding differs. Sometimes US-ASCII,...
4,630
Posted By API
Thanks a lot for your help... The best...
Thanks a lot for your help...

The best solution for me is the hint of ronaldxs:

IFS=$'\n'
for file in $(find . -name '*\ ' )
do
echo "($file)"
done

Thats fine for me.
...
Showing results 1 to 2 of 2

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