b*********n 发帖数: 1258 | 1 想读取一个文件的size
然后负值给一个变量
a='stat -c %s a.sh'
echo "$a"
但是这个不对
不知道怎么才能把文件的size负值给a
谢谢 | a**u 发帖数: 59 | 2 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*********n 发帖数: 1258 | 3 yes,
it works
thanks.
另外问一件事情
shell script的循环是for,while还是repeat呀?
谢谢
【在 a**u 的大作中提到】 : change ' to ` : ' is single quote : ` is on the left top corner of your keyboard (shift+~)
| b*********n 发帖数: 1258 | 4 我google到了
不用了
谢谢
【在 b*********n 的大作中提到】 : yes, : it works : thanks. : 另外问一件事情 : shell script的循环是for,while还是repeat呀? : 谢谢
|
|