XXXXXXXX@XXXXXXXX wrote: $shift 5 hit the command from my VineLinux consle as per the simple shellcommand file as follows: $vi ~/shift.sh #!/bin/sh echo "before shift : 0:$0 1:$1 2:$2 3:$3 4:$4 5:$5 6:$6 7:$7 8:$8 9:$9" shift 5 echo "afater shift : 0:$0 1:$1 2:$2 3:$3 4:$4 5:$5 6:$6 7:$7 8:$8 9:9$" :wq! $chmod +x shift.sh $./shift.sh a b c d e f g h i j before shift : 0:./shift.sh 1:a 2:b 3:c 4:d 5:e 6:f 7:g 8:h 9:i after shift : 0:./shift.sh 1:f 2:h 3:h 4:i 5:j 6: 7: 8: 9: "after shift f h h i j <==== unable to see the 'g' regardless of the description "shift 5" at the file of shft.sh as shown above." Therefore i assume the bug of shif built command,otherwise please teach me the correct usage of shift command, thank you == このレポートの詳細は以下の通りです == レポート ID : 1268 レポート URL : http://bts.vinelinux.org/guest.cgi?project=VineLinux&action=view_report&id=1268 分類 : バグ バージョン : Vine-6.0 関連パッケージ : なし arch : x86 状態 : 新規 優先度 : 中 重大度 : 普通 担当者 : 未定 # あなたが、このようなメッセージに無関係である場合には、 # 管理者 <Vine@xxxxxxxxxxxxx> までご連絡ください。 -- Bug Tracking System 影舞 0.8.8. http://www.daifukuya.com/kagemai/ _______________________________________________ VineSeed mailing list VineSeed@xxxxxxxxxxxxx http://lists.vinelinux.org/mailman/listinfo/vineseed