Date: Sat, 12 May 2001 02:37:03 -0500 From: Dan Nelson <dnelson@emsphone.com> To: Francois Kritzinger <ffkrz@iafrica.com> Cc: freeBSD Mailing List <questions@FreeBSD.ORG> Subject: Re: COPY, CUT, PASTE (FILES) Message-ID: <20010512023703.A24989@dan.emsphone.com> In-Reply-To: <3AFCE758.63DE32E1@iafrica.com>; from "Francois Kritzinger" on Sat May 12 09:33:44 GMT 2001 References: <3AFCE758.63DE32E1@iafrica.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010512023703.A24989>