home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!destroyer!ncar!hsdndev!news.cs.umb.edu!rouilj
- From: rouilj@dl5000.bc.edu (John P. Rouillard)
- Newsgroups: comp.unix.ultrix
- Subject: Re: How do you cat together files without getting subdirs?
- Message-ID: <ROUILJ.92Jul22161806@dl5000.bc.edu>
- Date: 22 Jul 92 21:18:06 GMT
- References: <110593@muvms3.bitnet> <1992Jul22.010325.27235@decuac.dec.com>
- Sender: news@cs.umb.edu (USENET News System)
- Organization: Institute for Space Research, Boston College
- Lines: 15
- In-Reply-To: mjr@hussar.dco.dec.com's message of 22 Jul 92 01: 03:25 GMT
- Nntp-Posting-Host: dl5000.bc.edu
-
-
- If you run zsh the following works:
-
- cat *(.)
-
- I.E. cat all files that are plain files. No symbolic links,
- directories etc need apply.
-
- Also
-
- cat *(^/)
-
- cats all files that aren't a directory.
-
- -- John
-