Dear guys,
I had problem with mkdir and ls when I used command:
mkdir "* /" && mkdir "* /etc" && ls.
It only displayed *.
But
find . -type -d -print
display ./* /etc.
If we have hidden directory and use xargs with find to execute some command, it's security risk. Should we patch it's behavior ?
Sorry for my bad english.