Vine Linux バグトラッキングシステム

課題の詳細を表示 コメントにジャンプ ] 課題の履歴 ] 印刷 ]
IDプロジェクトカテゴリ登録日最終更新
0001268Vine Linux1 バグ2012-03-13 20:582015-12-19 22:25
報告者anonymous 
担当者 
優先度再現性不明 
状態完了解決状況不明 
バージョン6.0 
修正予定バージョン修正済バージョン 
概要0001268: odd resut when built-in command shift applied
説明$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
タグ設定されていません。
archx86
パッケージなし
添付ファイル

- 関連

-  コメント
(0009678)
tomop (管理者)
2015-12-19 22:25

最終更新日から1年以上経過したためクローズします。

- 課題の履歴
変更日 ユーザー名 項目 変更内容
2012-03-13 20:58 anonymous 新規課題
2015-12-19 22:25 tomop コメント追加: 0009678
2015-12-19 22:25 tomop 状態 新規 => 完了


Copyright © 2000 - 2024 MantisBT Team
Copyright © 2012 - 2024 Project Vine
Powered by Mantis Bugtracker