From: "Pavel S. Khmelinsky" <hmepas@yauza.ru> To: sisyphus@altlinux.ru, community@altlinux.ru Subject: [Comm] mad console Date: Sat, 08 Nov 2003 20:46:29 +0300 Message-ID: <3FAD2BF5.9060702@yauza.ru> (raw) Коносльный листинг: [hmepas@localhost hmepas]$ for i in eth1 eth0;do echo $i;done eth1 eth0 [hmepas@localhost hmepas]$ for i in eth1 eth0;do echo $i;done eth1 eth0 [hmepas@localhost hmepas]$ IFS='eth0 eth1' ; for i in $IFS;do echo $i;done [hmepas@localhost hmepas]$ for i in eth1 eth0;do echo $i;done [hmepas@localhost hmepas]$ for i in eth1 eth0;do echo $i;done [hmepas@localhost hmepas]$ Нифига не понимаю, почему такое может быть? Т.е. после строчки IFS='eth0 eth1' ; for i in $IFS;do echo $i;done консоль начинает вести себя очень странно, причем как bash так и sh, как в чистой консоли так и под xterm'ом
next reply other threads:[~2003-11-08 17:46 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-11-08 17:46 Pavel S. Khmelinsky [this message] 2003-11-08 17:49 ` [Comm] Re: [sisyphus] " Pavel S. Khmelinsky 2003-11-08 19:24 ` [Comm] " Dmitry Azhichakov
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=3FAD2BF5.9060702@yauza.ru \ --to=hmepas@yauza.ru \ --cc=community@altlinux.ru \ --cc=sisyphus@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