From: Alexey Tourbin <at@altlinux.ru> To: ALT Linux Community <community@lists.altlinux.org> Subject: Re: [Comm] Shell quoting and $* Date: Fri, 14 Apr 2006 21:24:57 +0400 Message-ID: <20060414172457.GB8508@localhost> (raw) In-Reply-To: <443FB1A0.4070003@vzljot.ru> [-- Attachment #1: Type: text/plain, Size: 874 bytes --] On Fri, Apr 14, 2006 at 06:28:48PM +0400, Vitaly Ostanin wrote: > Здравствуйте. > > Скажите, пожалуйста, как можно в shell скрипте экранировать > аргументы при передаче в программе? Да, вопрос тупой, однако: > > $ touch 'test 1' > $ touch 'test 2' > $ echo 'ls $*' > test.sh ls "$@" > $ chmod +x test.sh > $ ./test1.sh "test 1" "test 2" > ls: test: No such file or directory > ls: 1: No such file or directory > ls: test: No such file or directory > ls: 2: No such file or directory > > Следующий вариант скрипта тоже не работает: > unset $arg > while [ "$1" != "" ]; do > arg="$arg '$1'" > shift > done; > ls $arg for arg; do : "$arg" done > $ ./test.sh "test 1" "test 2" > ls: 'test: No such file or directory > ls: 1': No such file or directory > ls: 'test: No such file or directory > ls: 2': No such file or directory [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-04-14 17:24 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-04-14 14:28 Vitaly Ostanin 2006-04-14 15:05 ` Maksim Otstavnov 2006-04-17 12:15 ` Vitaly Ostanin 2006-04-14 17:24 ` Alexey Tourbin [this message]
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=20060414172457.GB8508@localhost \ --to=at@altlinux.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