zsh-users
 help / color / mirror / code / Atom feed
From: mason@primenet.com.au (Geoff Wing)
To: zsh-users@sunsite.auc.dk
Subject: Re: Qualifier suggestion.
Date: 18 May 1999 01:27:41 GMT	[thread overview]
Message-ID: <slrn7k1ggd.ape.mason@coral.primenet.com.au> (raw)
In-Reply-To: <199905180000.UAA24485@ocalhost>

Timothy J Luoma <tjlists@bigfoot.com> typed:
:Replying to message of Mon, 17 May 1999 21:50:32 +0200 (MET DST)
:	from Roland Jesse <jesse@prinz-atm.CS.Uni-Magdeburg.De>
:	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@pobox.com>     NEW>>>>Mobile : (Australia) 0413 431 874
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


      reply	other threads:[~1999-05-18  1:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-05-17 17:38 Larry P. Schrof
1999-05-17 19:50 ` Roland Jesse
1999-05-18  0:00   ` Timothy J Luoma
1999-05-18  1:27     ` Geoff Wing [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=slrn7k1ggd.ape.mason@coral.primenet.com.au \
    --to=mason@primenet.com.au \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).