From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5ad6cc905af785ea7998576ecc08b401@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu From: YAMANASHI Takeshi <9.nashi@gmail.com> Date: Thu, 8 Mar 2007 17:00:16 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] How can I shift a variable other than ? Topicbox-Message-UUID: 1a9fbcc2-ead2-11e9-9d60-3106f5b1d025 shift in rc only shifts the command line argument ($*). How can I shift other variable in rc? I would like to do something like this: a=(a b c) shift a 2 echo $a and the echo should yield "b c". TIA, --