ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] find
@ 2006-12-18 14:01 Алексей Синицын
  2006-12-18 15:12 ` Damir Shayhutdinov
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Алексей Синицын @ 2006-12-18 14:01 UTC (permalink / raw)
  To: ALT Linux Community

 Доброго времени суток.

 Пытаюсь воспользоватся командой find. Интуитивно кажется очевидным,
что запрос find *string* должен найти рекурсивно, от текущего
каталога, файлы содержащие в названии string. Нашел даже пример в
интернете говорящий то-же самое:
--------------
Для выведения списка отобранных файлов на экран в общем случае
предназначена опция -print. Вывод этот имеет примерно следующий вид:
find . -name f* -print
./file1
./file2
./dir1/file3
--------------
http://www.oszone.net/3493/
--------------
 Имею следующий результат:

16:53 al@wind tmp/lib/tmp $ find
.
./1
./1/ACKNOWLEDGEMENT
./1/ACKNOWLEDGEMENT/.dir
./1/ACKNOWLEDGEMENT/mgts_death.txt.gz
./1/ADAMS
./1/ADAMS/.dir
./1/ADAMS/ADAMS.dir
./1/ADAMS/adams1.jpg
./1/ADAMS/dayz1_.txt.gz
./1/ADAMS/dirk1.txt.gz
./1/ADAMS/dirk2.txt.gz
./1/ADAMS/gently_1.txt.gz
./1/ADAMS/gently_2.txt.gz
./1/ADAMS/hitch1.txt.gz
./1/ADAMS/hitch2.txt.gz
./1/ADAMS/hitch3.txt.gz
./1/ADAMS/hitch4.txt.gz
./1/ADAMS/hitch_1.txt.gz
./1/ADAMS/hitch_2.txt.gz
./1/ADAMS/hitch_3.txt.gz
./1/ADAMS/hitch_4.txt.gz
./1/ADAMS/hitch_5.txt.gz
./1/ADAMS/liff.txt.gz
./1/ADAMS/rhit1s.txt.gz
./1/ADAMS/rhit2.txt.gz
./1/ADAMS/hitch_1_ar.txt.gz
./1/ADAMS/copyright.txt.gz
./1/ADAMS/dayz1_rus.txt.gz
./1/ADAMS/hitch5.txt.gz
./1/ADAMS/rhit1.txt.gz
16:54 al@wind tmp/lib/tmp $ find *.gz
zsh: no matches found: *.gz
16:54 al@wind tmp/lib/tmp $ find . -name *.gz -print
zsh: no matches found: *.gz
16:57 al@wind tmp/lib/tmp $

 Не подскажет-ли кто, что-же здесь не так?

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2006-12-19 18:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-12-18 14:01 [Comm] find Алексей Синицын
2006-12-18 15:12 ` Damir Shayhutdinov
2006-12-18 15:14 ` Alexey Morsov
2006-12-18 15:15 ` Алексей Синицын
2006-12-18 15:21 ` Yura Kalinichenko
2006-12-18 15:30 ` Andrey Rahmatullin
2006-12-18 15:42 ` Maksim Otstavnov
2006-12-19  6:42   ` Алексей Синицын
2006-12-19 10:26     ` Vitaly Ostanin
2006-12-19 15:32     ` spider
2006-12-19 16:07       ` Алексей Синицын
2006-12-19 18:34         ` Pavel Usischev

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