I have managed to write a piece of code in .profile file in bash to hide/show all the icons from the Desktop, running from Terminal.
I need the same functionality just for 1 icon to work with after I have hidden all in the first place.
So I need something like showicon %1 command, where %1 is the name of the icon on Desktop.
Any Suggestions on how do I do it?