由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 关于shell script的一个问题
相关主题
关于perl和linux shell script的书最经典有哪些? (转载)[合集] Shell script problem?
用python生成傻shell脚本如何?a emacs and shell script question
请教自动读取网页数据的Script控制程序自动化执行, 该用 perl, python or shell script ?
[转载] A shell script question. :)这句shell script 为什么这么写
Shell script 问题怎么实现这个alias (转载)
shell script question如何从代码里向yarn动态提交一个spark job
Help with a simple c-shell script.how to program a shell extension
[合集] how to call a korn shell script in JAVA program?Re: [转载] 这样读多个文件对吗?
相关话题的讨论汇总
话题: shell话题: script话题: 负值话题: 关于话题: size
进入Programming版参与讨论
1 (共1页)
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呀?
: 谢谢

1 (共1页)
进入Programming版参与讨论
相关主题
Re: [转载] 这样读多个文件对吗?Shell script 问题
关于fscanf格式化读取的问题.shell script question
c++ rand() 一问Help with a simple c-shell script.
读取数据求教[合集] how to call a korn shell script in JAVA program?
关于perl和linux shell script的书最经典有哪些? (转载)[合集] Shell script problem?
用python生成傻shell脚本如何?a emacs and shell script question
请教自动读取网页数据的Script控制程序自动化执行, 该用 perl, python or shell script ?
[转载] A shell script question. :)这句shell script 为什么这么写
相关话题的讨论汇总
话题: shell话题: script话题: 负值话题: 关于话题: size