From owner-freebsd-questions Wed Aug 14 05:40:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA27044 for questions-outgoing; Wed, 14 Aug 1996 05:40:24 -0700 (PDT) Received: from btp1da.phy.uni-bayreuth.de (btp1da.phy.uni-bayreuth.de [132.180.20.32]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA27038 for ; Wed, 14 Aug 1996 05:40:21 -0700 (PDT) Received: (from root@localhost) by btp1da.phy.uni-bayreuth.de (8.7.5/8.6.12) id OAA11567; Wed, 14 Aug 1996 14:37:42 GMT From: Werner Griessl Message-Id: <199608141437.OAA11567@btp1da.phy.uni-bayreuth.de> Subject: Re: touching files in reverse order In-Reply-To: <3211C48A.7ED7@nation-net.com> from Paul Walsh at "Aug 14, 96 01:20:26 pm" To: paul@nation-net.com (Paul Walsh) Date: Wed, 14 Aug 1996 14:37:41 +0000 () Cc: questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL24 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Is there a way to touch files in a folder in reverse alphabetic order? > > Cheers, Paul Walsh. > -- > paul@nation-net.com Walsh Simmons > 0161-839 9337 Manchester, UK > "man sort" ls -1 | sort -r | ... Werner