ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Shell quoting and $*
@ 2006-04-14 14:28 Vitaly Ostanin
  2006-04-14 15:05 ` Maksim Otstavnov
  2006-04-14 17:24 ` Alexey Tourbin
  0 siblings, 2 replies; 4+ messages in thread
From: Vitaly Ostanin @ 2006-04-14 14:28 UTC (permalink / raw)
  To: ALT Linux Community

[-- 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 --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-17 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-14 14:28 [Comm] Shell quoting and $* Vitaly Ostanin
2006-04-14 15:05 ` Maksim Otstavnov
2006-04-17 12:15   ` Vitaly Ostanin
2006-04-14 17:24 ` Alexey Tourbin

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