From owner-freebsd-questions Sat May 12 0:38: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 3616A37B43E for ; Sat, 12 May 2001 00:38:03 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.11.3/8.11.3) id f4C7b3d00572; Sat, 12 May 2001 02:37:03 -0500 (CDT) (envelope-from dan) Date: Sat, 12 May 2001 02:37:03 -0500 From: Dan Nelson To: Francois Kritzinger Cc: freeBSD Mailing List Subject: Re: COPY, CUT, PASTE (FILES) Message-ID: <20010512023703.A24989@dan.emsphone.com> References: <3AFCE758.63DE32E1@iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.17i In-Reply-To: <3AFCE758.63DE32E1@iafrica.com>; from "Francois Kritzinger" on Sat May 12 09:33:44 GMT 2001 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 12), Francois Kritzinger said: > Is there a way to copy, cut and then paste files from the shell? > E.g. "cut *.txt" and then "cd other_directory" and then "paste"... You mean besides the all-in-one command "cp"? cp *.txt other_directory -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message