关于shell script的一个问题# Programming - 葵花宝典b*n2005-07-26 07:071 楼想读取一个文件的size然后负值给一个变量a='stat -c %s a.sh'echo "$a"但是这个不对不知道怎么才能把文件的size负值给a谢谢
a*u2005-07-26 07:072 楼change ' to `' is single quote` is on the left top corner of your keyboard (shift+~)【在 b*********n 的大作中提到】: 想读取一个文件的size: 然后负值给一个变量: a='stat -c %s a.sh': echo "$a": 但是这个不对: 不知道怎么才能把文件的size负值给a: 谢谢
b*n2005-07-26 07:073 楼yes,it worksthanks.另外问一件事情shell script的循环是for,while还是repeat呀?谢谢【在 a**u 的大作中提到】: change ' to `: ' is single quote: ` is on the left top corner of your keyboard (shift+~)
b*n2005-07-26 07:074 楼我google到了不用了谢谢【在 b*********n 的大作中提到】: yes,: it works: thanks.: 另外问一件事情: shell script的循环是for,while还是repeat呀?: 谢谢