From: Vitaly Ostanin <vyt@vzljot.ru> To: ALT Linux Community <community@lists.altlinux.org> Subject: [Comm] Shell quoting and $* Date: Fri, 14 Apr 2006 18:28:48 +0400 Message-ID: <443FB1A0.4070003@vzljot.ru> (raw) [-- Attachment #1: Type: text/plain, Size: 780 bytes --] Здравствуйте. Скажите, пожалуйста, как можно в shell скрипте экранировать аргументы при передаче в программе? Да, вопрос тупой, однако: $ touch 'test 1' $ touch 'test 2' $ echo 'ls $*' > test.sh $ 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 $ ./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 -- Regards, Vyt mailto: vyt@vzljot.ru JID: vyt@vzljot.ru [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 254 bytes --]
next reply other threads:[~2006-04-14 14:28 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2006-04-14 14:28 Vitaly Ostanin [this message] 2006-04-14 15:05 ` Maksim Otstavnov 2006-04-17 12:15 ` Vitaly Ostanin 2006-04-14 17:24 ` Alexey Tourbin
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=443FB1A0.4070003@vzljot.ru \ --to=vyt@vzljot.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