I don't know if this is a valid question, I want to make links from selected files in nautilus and move the link files to the desktop, but piping commands doesn't work.
My combination in "Path" field on "Command" tab is:
link %B "Link to "%B | mv * ~/Desktop
I don't know what I'm missing.