Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Qualifier suggestion.
- X-seq: zsh-users 2341
- From: mason@xxxxxxxxxxxxxxx (Geoff Wing)
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Qualifier suggestion.
- Date: 18 May 1999 01:27:41 GMT
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- Organization: PrimeNet Computer Consultants
- References: <14144.29448.305426.907236@xxxxxxxxxxxxxxxxxxx> <199905180000.UAA24485@ocalhost>
- Reply-to: mason@xxxxxxxxxxxxxxx
Timothy J Luoma <tjlists@xxxxxxxxxxx> typed:
:Replying to message of Mon, 17 May 1999 21:50:32 +0200 (MET DST)
: from Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
: regarding ``Re: Qualifier suggestion.''
:> How do you decide whether or not a file is an ASCII file? file(1)
:> doesn't always work.
:A list of file types to exclude then?
:I think it's an idea worth pursuing at the least
There are lots of greps around which have an option not to spew data from
binary files. I don't think any of the other file qualifiers is as weighty
as requiring every file to be open()ed/read()/close()d. In fact, from
inspection all of them can get their information from
opendir()/{readdir()/stat()}.../closedir() not
opendir()/{readdir()/stat()/open()/read()/close()}.../closedir()
Regards,
--
Geoff Wing <gcw@xxxxxxxxx> NEW>>>>Mobile : (Australia) 0413 431 874
Work URL: http://www.primenet.com.au/ Ego URL: http://pobox.com/~gcw/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author