From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3FAD2BF5.9060702@yauza.ru> Date: Sat, 08 Nov 2003 20:46:29 +0300 From: "Pavel S. Khmelinsky" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030710 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: sisyphus@altlinux.ru, community@altlinux.ru X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Cc: Subject: [Comm] mad console X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Nov 2003 17:46:32 -0000 Archived-At: List-Archive: List-Post: Коносльный листинг: [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'ом