ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Grigory Batalov <bga@tepkom.ru>
To: community@lists.altlinux.org
Subject: [Comm] Re: [JT] подскажите как называется утилита для рекурсивного поиска по шаблону
Date: Tue, 14 Feb 2006 16:08:40 +0300
Message-ID: <20060214160840.63a208c2.bga@tepkom.ru> (raw)
In-Reply-To: <E1F8zmF-000GCF-00.copywriter-mail-ru@f51.mail.ru>

On Tue, 14 Feb 2006 15:59:31 +0300
Максим Пилипчук <copywriter@mail.ru> wrote:

> дистрибутив ALM 2.4
> что здесь ищет подстроку по шаблону рекурсивно по дереву директорий?

В файлах - grep:

grep -inHr "template" dir

В названиях - find:

find dir -name "template"
find dir -regex "regex"

-- 
 Григорий Баталов,
 программист
 ЗАО "Ланит-Терком"



  parent reply	other threads:[~2006-02-14 13:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-14 12:59 [Comm] " Максим Пилипчук
2006-02-14 13:04 ` Genix
2006-02-14 13:08 ` Grigory Batalov [this message]
2006-02-16 14:58 ` Michael Shigorin

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=20060214160840.63a208c2.bga@tepkom.ru \
    --to=bga@tepkom.ru \
    --cc=community@lists.altlinux.org \
    /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

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git