From: cornet <cornet@zmail.ru>
To: mandrake-russian@linuxteam.iplabs.ru
Subject: Re: [mdk-re] Re: [mdk-re] Удаление битых ссылок
Date: Fri Feb 9 15:58:12 2001
Message-ID: <3A83E9B2.D0B8D5F3@zmail.ru> (raw)
In-Reply-To: <3A83E487.7EFA4DAE@zmail.ru>
cornet wrote:
> Вызов
> find ./ -exec ./com.sh {} \;
>
> содержимое com.sh
> #!/bin/sh
> file="$1"
> [ ! -L "$file" -o -e "$file" ] || rm -f "$file"
И еще вопрос!
Ведь при такой обработке, по поводу !каждого! найденного файла
вызывается com.sh а значит создается новый процесс, выполняющий com.sh.
А если обрабатываемый каталог содержит десятки тысяч файлов??!! Боюсь
что время выполнения такой обработки будет большим, и нагрузка на
систему - огого...
Вот как бы избежать таких множественных вызовов?
А можно как нибудь результат find гнать не в параметр запуска -exec а в
трубу, и на другом конце все это сгребать в цикле, передавать в
переменную $file и обрабатывать той же стокой
[ ! -L "$file" -o -e "$file" ] || rm -f "$file"
???
ведь при этом ИМХО будет запущено всего два процесса на всю
обработку....
--
******** FIRE & STEEL ********
next prev parent reply other threads:[~2001-02-09 15:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-02-09 12:25 denf
2001-02-09 14:16 ` [mdk-re] " Dmitry V. Levin
2001-02-09 15:36 ` cornet
2001-02-09 15:58 ` cornet [this message]
2001-02-09 16:33 ` cornet
2001-02-10 4:18 ` Dmitry V. Levin
2001-02-12 12:14 ` cornet
2001-02-09 15:29 ` cornet
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=3A83E9B2.D0B8D5F3@zmail.ru \
--to=cornet@zmail.ru \
--cc=mandrake-russian@linuxteam.iplabs.ru \
/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