The special symbol for the current file is %.
: another question: the find command ends with \;
: I don't know another commands that ends so funny. It must have something
: to do with the -exec or -ok thing and the shell who may not see the ;
The command string for -exec and -ok must be followed by ;, that's just
the syntax of the find command. The \ is necessary to stop the shell
interpreting the ;, shell escapes are necessary all the time to protect
character with a special meaning for the shell, not only for find.
: and why are the expression primitives like -name -atime soooooooo long.
Now that you need to ask those who wrote the find command originally.
--
Udo Munk - http://www.umnet.de/
No working email address provided in newsgroups anymore, sorry for the
inconvenience. If you definitely have to email me please look it up on
the web page mentioned above.