Path: utzoo!attcan!lsuc!maccs!dan From: dan@maccs.dcss.mcmaster.ca (Dan Trottier) Newsgroups: comp.unix.shell Subject: Re: copying files Keywords: cp Message-ID: <2763ACE5.12204@maccs.dcss.mcmaster.ca> Date: 10 Dec 90 15:42:29 GMT References: <169@raysnec.UUCP> <1990Dec6.230153.14856@wpi.WPI.EDU> <1990Dec7.180524.23145@iwarp.intel.com> Organization: McMaster University, Hamilton, Ontario, Canada Lines: 16 >| >>|Do any of you UNIX wizards know how to even list all of >| >>|the names of the files which begin '.' (besides, of course >| >>|the files in the root (second line of list) The most efficient in terms of starting processes would be the following: alias l. 'set dotfiles = `echo .?*` ; echo $dotfiles[2-]' So typing "l." would give a short list of all . files in a directory and typing "ls -l $dotfiles[2-]" would give you the long format. dan -- Dan Trottier dan@maccs.dcss.McMaster.CA Dept of Computer Science ...!uunet!utai!utgpu!maccs!dan McMaster University (416) 525-9140 x3444