<[EMAIL PROTECTED]> wrote: > I think a safer and more intuitive way would be that when wildcards > are used, mv would treat the file* expression as single source > argument and tell the user to provide a destination.
mv has no way of knowing whether wildcards were used. The shell expands wildcards before invoking mv. paul _______________________________________________ Bug-coreutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-coreutils
