Vine Linux バグトラッキングシステム - Vine Linux
課題の詳細を表示
0001268Vine Linux1 バグ公開2012-03-13 20:582015-12-19 22:25
anonymous 
 
不明 
完了不明 
6.0 
 
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:58anonymous新規課題
2015-12-19 22:25tomopコメント追加: 0009678
2015-12-19 22:25tomop状態新規 => 完了

コメント
(0009678)
tomop   
2015-12-19 22:25   
最終更新日から1年以上経過したためクローズします。