From: "[pioneer]" <pioneer@bigmir.net> To: community@altlinux.ru Subject: Re: Re: [Comm] три вопроса по bash Date: Fri, 9 Apr 2004 13:10:15 +0300 Message-ID: <20040409101014.E6FE9568B0@pechkin.sputnikmedia.net> (raw) In-Reply-To: <m34qrta9ed.fsf@mrkooll.tdr.pibhe.com> >> У меня возникли вопросы - моих скудных знаний не хватает. Не поможете >> ли, народ? >> Вопрос 1. >> Имеется файл-список с неким перечнем файлов, по одному в каждой строчке. >> Хочется над каждым из этих файлов провести операцию - выполнить >> некую программу: >> someprogram /path/to/file >> Вопрос 2. >> Весь вывод предыдущей операции (как stdout, так и stderr) вывести как >> на экран, так и в какой-нибудь лог-файл. >> Вопрос 3. >> Вопрос 3 есть усложнение задачи вопроса 1. С целью повышения удобства >> хочется отфильтровать из вышеупомянутого файла-списка строчки, >> начинающиеся на символ комментария #. Я сделал так: #!/bin/bash FILELIST='~/filelist' COMMAND='someprogram' LOGFILE='~/someprogram.log' { grep '^[^#]' $FILELIST | while read i; do $COMMAND $i; done } 2>1 | tee "$LOGFILE" Мне в ответ выдается следующее: tee: ~/someprogram.log: No such file or directory Файл такой есть. Где грабли? [pioneer] "Oberezhno, ide strikha!" musical group pioneer@bigmir.net netmai _______________________________________________________________ http://www.bigmir.net - поиск по украинским сайтам
next prev parent reply other threads:[~2004-04-09 10:10 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2004-04-09 6:56 pioneer 2004-04-09 7:28 ` [Comm] Q: To bash or not to bash (was: три вопроса по bash) Alexey Morozov 2004-04-09 8:26 ` Alexander Leschinsky 2004-04-09 9:15 ` Alexey Morozov 2004-04-09 9:02 ` Alexey I. Froloff 2004-04-09 9:09 ` Alexey Morozov 2004-04-09 7:33 ` [Comm] три вопроса по bash Artem K. Jouravsky 2004-04-09 8:22 ` Re[2]: " Alexander Leschinsky 2004-04-09 7:38 ` Maxim Tyurin 2004-04-09 10:10 ` [pioneer] [this message] 2004-04-09 10:18 ` Alexey Morozov
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=20040409101014.E6FE9568B0@pechkin.sputnikmedia.net \ --to=pioneer@bigmir.net \ --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