Gnome, open with, custom command, filename reference
- by Tergiver
I want to execute this custom command on a file from the Gnome File Browser:
hexdump -C $f > $f.dump
That would create a hexdump of the file with the file's name + .dump in the directory that the file exists in. When I say $f above I mean something that would substitute the name of the file that was opened.
So I've tried "Open with", "Use a…