First run xev to see what the keycode is for your Windows Key
On my keyboard it is 115 and is bound to Super_L.
for file in `find . -type f|grep .ext$`
do
/do/something/to $file
done
To get around this I use a while loop with a read instead. Using the read will read to the end of the line, enclosing within quotes escapes the spaces.
Unusual way:
find .
Copyright 2019 - All Rights Reserved