Sometime you can easily get someone confused. I.e. a colleague who accidentally
changed the owner ship of all the directories in the /home directory of a
system (non recursive). His question: "How can I fix this?".
Our answer:
ls -ld * | xargs -n 1 -Iwithouta chown withouta:withouta withouta
or how we had to say it in words: l s space minus l d space star space pipe space
xargs space minus n space 1 space minus capital i without a space chown space
without a colon without a space without a enter.