Vine Linux バグトラッキングシステム - Vine Linux | |||||
課題の詳細を表示 | |||||
ID | プロジェクト | カテゴリ | 公開 | 登録日 | 最終更新 |
0001268 | Vine Linux | 1 バグ | 公開 | 2012-03-13 20:58 | 2015-12-19 22:25 |
報告者 | anonymous | ||||
担当者 | |||||
優先度 | 中 | 再現性 | 不明 | ||
状態 | 完了 | 解決状況 | 不明 | ||
バージョン | 6.0 | ||||
修正予定バージョン | 修正済バージョン | ||||
arch | x86 | ||||
パッケージ | なし | ||||
概要 | 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 | ||||
再現方法 | |||||
追加情報 | |||||
タグ | 設定されていません。 | ||||
関連 | |||||
添付ファイル | |||||
課題の履歴 | |||||
変更日 | ユーザー名 | 項目 | 変更内容 | ||
2012-03-13 20:58 | anonymous | 新規課題 | |||
2015-12-19 22:25 | tomop | コメント追加: 0009678 | |||
2015-12-19 22:25 | tomop | 状態 | 新規 => 完了 |
コメント | |||||
|
|||||
|
|