I running suse 10 OSS, I have experienced a problem using the find command below

find . -mtime +1 -exec file {} \;

Using a bash or csh shell I get the following results:

./access_log: ASCII text
./rc.out: ASCII English text
./error_log: ASCII text


Using fish, version 1.21.4, I get the following:

cannot open `' (No such file or directory)
cannot open `' (No such file or directory)
cannot open `' (No such file or directory)

What am I doing wrong, or is this a problem with fish?

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to