9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] walk updated, earth shatters
Date: Fri, 28 Aug 2009 12:37:31 -0400	[thread overview]
Message-ID: <bbba78381ce9e3b30919b87b6d61e209@quanstro.net> (raw)
In-Reply-To: <4A9806CE.2010401@maht0x0r.net>

sounds familiar.  i haven't needed an analog
to your -f option yet since the most common
use is
	grep -n pattern `{find /sys/src/|grep '\.[chys]$'

- erik


; man find

     FIND(1)                                                   FIND(1)

     NAME
          find - recursively list files.

     SYNOPSIS
          find [ -1dfq ] dir ...

     DESCRIPTION
          List each argument.  If the argument is a directory recur-
          sively list it's contents.  The default is to list the cur-
          rent directory.  Specifying -d prints only directories, -f
          supresses warnings, while -q supresses quoting the output
          for rc(1). With -1, mount points will not be traversed.

     SOURCE
          /sys/src/cmd/find.c

     SEE ALSO
          du(1)

     BUGS
          Feeping creaturism.



  reply	other threads:[~2009-08-28 16:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-28 16:33 matt
2009-08-28 16:37 ` erik quanstrom [this message]
2009-08-28 16:41   ` erik quanstrom
2009-08-28 17:02   ` matt
2009-08-28 17:18     ` erik quanstrom

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=bbba78381ce9e3b30919b87b6d61e209@quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /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.
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).