On Mon, 26 Feb 2001, James Andrewartha wrote: > You want ls -R "*.html" / to stop the shell expansion happening. What the above command does is tell ls to try to show you a file called "*.html" and to then show every file on the system. Specifying multiple arguments to ls just tells ls to show each one. - Matt