From: Andrew Fefilov <faqa@blok-caf.ru> To: community@altlinux.ru Subject: Re: [Comm] bash trouble Date: Fri, 7 May 2004 13:16:46 +0500 Message-ID: <20040507081646.GA12712@faa.lan.blok-caf.ru> (raw) In-Reply-To: <200405071156.14800.shrek@freesource.info> On Fri, May 07, 2004 at 11:56:14AM +0400, Valery V. Inozemtsev wrote: > В сообщении от 7 Май 2004 11:38 Andrew Fefilov написал(a): > > On Fri, May 07, 2004 at 11:12:40AM +0400, Valery V. Inozemtsev wrote: > > > <skip> > > > > > > > [faqa@faa 444]$ ./proba "/ttt/kkk/lll kkk" > > > > /ttt/kkk/lll kkk > > > > > > > > [faqa@faa 444]$ cat ./proba > > > > #!/bin/bash > > > > echo $1 > > > > > > > > > > > > Как видно из примера, в аргументе между "lll" и "kkk" стоит два > > > > пробела. А в выводе скрипта уже остается только один. Как бы эти > > > > грабельки обойти? > > > > > > [faqa@faa 444]$ ./proba "/ttt/kkk/lll*kkk" > > > > Пардон, конечно, но я что-то не понял Ваше решение. Чем должна эта > > звездочка помочь? > > избавимся от пробелов в имени > > > Дело в том, что в моей задаче агрументы для proba > > поставляет xargs, которому их скормил find. Каким образом я буду > > программно заменять идущие подряд несколько пробелов на звездочку я сейчас > > не очень представляю. > > find ./ttt -type f | tr ' ' '*' Фу, млин! А ведь мысль! Сразу освободиться от пробелов, скажем, символом подчеркивания и всё! т.е. щас вот так наваяю: find -type f -print0 | xargs -l1 -0 | tr ' ' '_' | и_вперЁд_! Спасибо, Валерий! Туговато в начале мая соображалка работает :) > > Вообще, конечно, можно, наверное, составить список > > файлов сначала, потом пройтись по этому списку, заменяя пробелы на > > звездочки, а потом уже натравливать на преобразованный список proba. Но > > как то это уже монстрообразностью отдает. > > да нет > > > Я думал, может есть у bash какая > > ручка, которую можно покрутить, чтобы он воспринимал строку аргументов как > > единое целое, не пытаясь ее парсить. > > не нашел > > > > > > а еще лучше не присваивать файлам имена с пробклами > > > > С этим я с Вами полностью согласен. Другое дело, что приходится > > контактировать с теми, кто этой религии не подвержен :) > > эх... -- С уважением, Фефилов Андрей.
next prev parent reply other threads:[~2004-05-07 8:16 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-05-07 7:00 Andrew Fefilov 2004-05-07 7:12 ` Valery V. Inozemtsev 2004-05-07 7:38 ` Andrew Fefilov 2004-05-07 7:56 ` Valery V. Inozemtsev 2004-05-07 8:16 ` Andrew Fefilov [this message] 2004-05-07 9:31 ` Sergey Vlasov 2004-05-07 10:07 ` Andrew Fefilov 2004-05-07 10:19 ` Sergey Vlasov 2004-05-07 18:41 ` Valery V. Inozemtsev 2004-05-07 10:47 ` Mike Lykov 2004-05-07 18:18 ` Maksim Otstavnov
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=20040507081646.GA12712@faa.lan.blok-caf.ru \ --to=faqa@blok-caf.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