Default position is at the end (last parameter)
find . -name '*.png' -print0 | xargs -0 -n1 -i echo {} "Found"
Hello ./2.png
Hello ./3.png
Hello ./1.png
Hello ./4.png
Change to first parameter
find . -name '*.png' -print0 | xargs -0 -n1 -i echo {} "Found"
./2.png Found
./3.png Found
./1.png Found
./4.png Found
❤️ Is this article helpful?
Buy me a coffee ☕ or support my work via PayPal to keep this space 🖖 and ad-free.
Do send some 💖 to @d_luaz or share this article.
✨ By Desmond Lua
A dream boy who enjoys making apps, travelling and making youtube videos. Follow me on @d_luaz
👶 Apps I built
Travelopy - discover travel places in Malaysia, Singapore, Taiwan, Japan.