* [Comm] mad console
@ 2003-11-08 17:46 Pavel S. Khmelinsky
2003-11-08 17:49 ` [Comm] Re: [sisyphus] " Pavel S. Khmelinsky
2003-11-08 19:24 ` [Comm] " Dmitry Azhichakov
0 siblings, 2 replies; 3+ messages in thread
From: Pavel S. Khmelinsky @ 2003-11-08 17:46 UTC (permalink / raw)
To: sisyphus, community
Коносльный листинг:
[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'ом
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Comm] Re: [sisyphus] mad console
2003-11-08 17:46 [Comm] mad console Pavel S. Khmelinsky
@ 2003-11-08 17:49 ` Pavel S. Khmelinsky
2003-11-08 19:24 ` [Comm] " Dmitry Azhichakov
1 sibling, 0 replies; 3+ messages in thread
From: Pavel S. Khmelinsky @ 2003-11-08 17:49 UTC (permalink / raw)
To: sisyphus, community
вопрос снят ;)
IFS предопределенная переменная.
Pavel S. Khmelinsky wrote:
> Коносльный листинг:
> [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'ом
>
>
>
> _______________________________________________
> Sisyphus mailing list
> Sisyphus@altlinux.ru
> http://altlinux.ru/mailman/listinfo/sisyphus
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Comm] mad console
2003-11-08 17:46 [Comm] mad console Pavel S. Khmelinsky
2003-11-08 17:49 ` [Comm] Re: [sisyphus] " Pavel S. Khmelinsky
@ 2003-11-08 19:24 ` Dmitry Azhichakov
1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Azhichakov @ 2003-11-08 19:24 UTC (permalink / raw)
To: community
Доброго времени суток.
On Sat, Nov 08, 2003 at 08:46:29PM +0300, Pavel S. Khmelinsky wrote:
> Коносльный листинг:
> [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'ом
IFS - спец. переменная для bash (Input Field Separator). См. man bash.
Попробуй использовать другое имя, например, "IFACES".
--
С уважением,
Димыч
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-11-08 19:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-08 17:46 [Comm] mad console Pavel S. Khmelinsky
2003-11-08 17:49 ` [Comm] Re: [sisyphus] " Pavel S. Khmelinsky
2003-11-08 19:24 ` [Comm] " Dmitry Azhichakov
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