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
--
Jerry James
http://loganjerry.googlepages.com/
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches