From owner-freebsd-questions Thu Mar 4 14: 8:52 1999 Delivered-To: freebsd-questions@freebsd.org Received: from trout.in.the.milky.way.org (ts1-207.advancenet.net [209.44.30.207]) by hub.freebsd.org (Postfix) with ESMTP id 46E4214F2A for ; Thu, 4 Mar 1999 14:07:51 -0800 (PST) (envelope-from trout2@advancenet.net) Received: from localhost (trout2@localhost) by trout.in.the.milky.way.org (8.9.1/8.9.1) with ESMTP id QAA11556; Thu, 4 Mar 1999 16:09:34 -0600 (CST) (envelope-from trout2@advancenet.net) X-Authentication-Warning: trout.in.the.milky.way.org: trout2 owned process doing -bs Date: Thu, 4 Mar 1999 16:09:33 -0600 (CST) From: trout2 X-Sender: trout2@trout.in.the.milky.way.org To: Keith Anderson Cc: questions@FreeBSD.ORG Subject: Re: omething simple (sorry) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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