From owner-freebsd-questions@FreeBSD.ORG Thu Mar 24 00:27:40 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9CCC16A4CE for ; Thu, 24 Mar 2005 00:27:40 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A78C43D2F for ; Thu, 24 Mar 2005 00:27:40 +0000 (GMT) (envelope-from gert.cuykens@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so330768rng for ; Wed, 23 Mar 2005 16:27:40 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KZeYgSnmKJeFEPbYy/J3xAVX4NH3xWxzmlJX95wu7bazv7mfIf6Pql5o9ualhUAXE2UQb2KfFPtwaqRJhQCdAkwRFHjR4sgtr1WuEWg47i4OVz+KvPC0i320osJy5/VBX+AKM0Nsrgli/pB8+8wHF/YT4qtWdU0UiyQFHu7phTk= Received: by 10.38.149.17 with SMTP id w17mr77221rnd; Wed, 23 Mar 2005 16:27:39 -0800 (PST) Received: by 10.38.74.23 with HTTP; Wed, 23 Mar 2005 16:27:39 -0800 (PST) Message-ID: Date: Thu, 24 Mar 2005 01:27:39 +0100 From: Gert Cuykens To: Giorgos Keramidas In-Reply-To: <20050324002306.GA25657@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <8cb27cbf050323140548cdacf7@mail.gmail.com> <20050324002306.GA25657@gothmog.gr> cc: freebsd-questions@freebsd.org cc: Jon Drews Subject: Re: i need a file manager! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gert Cuykens List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Mar 2005 00:27:40 -0000 On Thu, 24 Mar 2005 02:23:06 +0200, Giorgos Keramidas wrote: > On 2005-03-24 00:43, Gert Cuykens wrote: > > How do you copy the files in /home/gert/ for example to /home/ in mc ? > > > > one by one or is there a other way ? > > mc used to be my favorite file manager back when I was still using DOS > in 1993-1994. Copying files is VERY easy: > > - Move to the destination directory in one of the panels. > > - Switch to the other panel and move into the source directory. > > - Hit once to select a file or directory. > > - The focus should automatically move to the next file. Keep > down to select more files. > > - Move to a selected file and hit again to deselect it. > > - After you're done selecting files in the source directory > hit F5. > > Done. > Perfect !!! that was excatly what i needed :) Do you also know a way to use tab complition (like the tab function in a normal freebsd shell) in mc at the # comandline ?