Hi all,
i am looking for some files ending with .Prefs and want to add them to a
scrolled List Widget,
but i have difficulties to handle those files which have spaces in their
filenames
so for the moment i just use sed to convert those spaces forward and backward
although its working its looks a bit strange to me.
Is there a better solution??
'Start.Prefs'`
do
File=${i##/*/}
XmListAddItemUnselected $scrolledList1 0 "$File"
done
Thanks for any reply
-jens-