From: Andrew Grechko <a_gr@mail.ru>
To: community@altlinux.ru
Subject: Re: [Comm] Re: [Comm] извращения с find и shell - кто неправ?
Date: Sun, 17 Nov 2002 02:38:50 +0300
Message-ID: <E18DCtt-0008Lo-00@mx8.mail.ru> (raw)
In-Reply-To: <3315824444.20021117011711@udm.ru>
17 Ноябрь 2002 00:17, ASA wrote:
<skip>
> Первое echo выводит все как полагается, потому что find
> вызывает echo напрямую без помощи sh
это я понял...
> а второй -exec вызывает sh и его параметры выглядят так:
> sh -c N=./тестовый~$файл ; /bin/echo "N=$N"
> при парсинге этих параметров sh не находит переменной "$файл"
> и подставляет пустую строку. Во всем этом можешь убедиться,
что виноват неэкранированный $ - тоже ясно было, но вот
"физического смысла" не увидел. Стыдно.
> подставив ps f вместо /bin/echo, и сделав простое тестовое имя
действительно удобно так смотреть, спасибо, возьму на заметку
> файла из латинских букв - ps на него ругаться не будет.
>
> Короче, лечить надо заменой N="{}" на N='{}'
>
> Вот так у меня сработало. обрати внимание на порядок
> последних " и '
Откровенно говоря, про порядок не вполне понял. Буду думать.
>
> find . -type f -exec echo {} \; -exec sh -c " N='{}' ;
> /bin/echo "'N=$N' \;
Мне как-то понятнее показалось
find . -type f -exec echo {} \; -exec sh -c " N='{}' ;
/bin/echo "'N=$N'" " \;
Спасибо!
--
With best regards,
Andrew Grechko
next prev parent reply other threads:[~2002-11-16 23:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-16 20:19 Andrew Grechko
2002-11-16 21:00 ` Vitaly Lipatov
2002-11-16 21:20 ` [Comm] Re[2]: " ASA
2002-11-16 23:52 ` Andrew Grechko
2002-11-16 21:17 ` [Comm] " ASA
2002-11-16 23:38 ` Andrew Grechko [this message]
2002-11-17 16:15 ` Dmitry V. Levin
2002-11-18 13:04 ` jin
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=E18DCtt-0008Lo-00@mx8.mail.ru \
--to=a_gr@mail.ru \
--cc=community@altlinux.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