On Saturday 29 December 2007, Jerry James wrote:
QUERY
On Dec 23, 2007 9:33 PM, Stephen Turnbull
<unwelcome-guest(a)alioth.debian.org> wrote:
> +echo "**** 'mv' may error because there are no files to move.
It's
> harmless." +mv -v saved/*.tar.gz ../
Instead of warning, how about suppressing the error message?
mv saved/*.tar.gz ../ 2> /dev/null
Is the intention to suppress _all_ possible error messages from mv?
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches