- 673 名前:login:Penguin mailto:sage [2009/08/09(日) 09:53:39 ID:ZupxxLBi]
- # test.txt
aaaa bbbb cccc このような文字列の後に dddd eeee ffff を追加して # test.txt aaaa bbbb cccc dddd eeee ffff このようにしたいのですがどうしたらできますか # add.sh #!/bin/bash echo "dddd" > ./test.txt echo "eeee" > ./test.txt echo "ffff" > ./test.txt echo "gggg" > ./test.txt echo "hhhh" > ./test.txt これでは上手くいかないんですが・・・
|

|