Date: Thu, 4 Mar 1999 16:09:33 -0600 (CST) From: trout2 <trout2@advancenet.net> To: Keith Anderson <keith@apcs.com.au> Cc: questions@FreeBSD.ORG Subject: Re: omething simple (sorry) Message-ID: <Pine.BSF.4.05.9903041606210.11532-100000@trout.in.the.milky.way.org> In-Reply-To: <XFMail.990304231927.keith@apcs.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
use: mv * /newpath will move all files in working directory to /newpath (wherever) cp * /newpath will copy all files in working dir to /newpath check out the man pages for details, but that should work. the wildcard * will replace zero or more characters. using ? will replace one character. always be careful using wildcards. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903041606210.11532-100000>