From: ASA <llb@udm.ru>
To: Andrew Grechko <community@altlinux.ru>
Subject: [Comm] Re: [Comm] извращения с find и shell - кто неправ?
Date: Sun, 17 Nov 2002 01:17:11 +0400
Message-ID: <3315824444.20021117011711@udm.ru> (raw)
In-Reply-To: <E18D9ZD-000Jqe-00@mx2.mail.ru>
Hello Andrew,
Sunday, November 17, 2002, 12:19:07 AM, you wrote:
AG> find . -type f -exec echo {} \; -exec sh -c ' N="{}" ;
AG> /bin/echo "N=$N" ' \;
AG> $ ./test_f
AG> ./тестовый~$файл
AG> N=./тестовый~
AG> я почему-то думал, что должно работать... Не подскажете, это
AG> действительно ошибка и надо в BTS, или я хочу невозможного по
AG> определению?
А что тут неправильного в реакции компа?
N действительно содержит строку "./тестовый~"
Первое 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' \;
--
Best regards,
ASA mailto:llb@udm.ru
next prev parent reply other threads:[~2002-11-16 21:17 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 ` ASA [this message]
2002-11-16 23:38 ` [Comm] " Andrew Grechko
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=3315824444.20021117011711@udm.ru \
--to=llb@udm.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