由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Help with a simple c-shell script.
相关主题
MatLab Code有人研究过BitCoin的算法和通讯协议吗? (转载)
how to code this question of LinkedIn (转载)LSTM 是不是坨屎?
[转载] 简单的题都不敢做了.Help -- How to output error messages to a file for scripts called by system calls???
这道题有什么好思路?How to execute a shell command in java and display the output?
面试题 -算法?how to sed from grep output in c shell? (转载)
[合集] Solve this task using recursion. how to ?关于perl和linux shell script的书最经典有哪些? (转载)
[合集] google interview question用python生成傻shell脚本如何?
any thoughts about matlabpython os.system( ) doesn't come back
相关话题的讨论汇总
话题: file话题: shell话题: simple话题: script话题: output
进入Programming版参与讨论
1 (共1页)
n**l
发帖数: 2754
1
I want to write a simple c-shell script. It takes a few options, one input
file and one output file, similiar to:
cmd -a -b -c input_file output_file
where -a,-b,-c are options. input_file, output_file are required arguments.
I'd appreciate it if anyone could help me out. Thanks!
t*****g
发帖数: 1275
2
man getopts

【在 n**l 的大作中提到】
: I want to write a simple c-shell script. It takes a few options, one input
: file and one output file, similiar to:
: cmd -a -b -c input_file output_file
: where -a,-b,-c are options. input_file, output_file are required arguments.
: I'd appreciate it if anyone could help me out. Thanks!

1 (共1页)
进入Programming版参与讨论
相关主题
python os.system( ) doesn't come back面试题 -算法?
[转载] A shell script question. :)[合集] Solve this task using recursion. how to ?
关于shell script的一个问题[合集] google interview question
Shell script 问题any thoughts about matlab
MatLab Code有人研究过BitCoin的算法和通讯协议吗? (转载)
how to code this question of LinkedIn (转载)LSTM 是不是坨屎?
[转载] 简单的题都不敢做了.Help -- How to output error messages to a file for scripts called by system calls???
这道题有什么好思路?How to execute a shell command in java and display the output?
相关话题的讨论汇总
话题: file话题: shell话题: simple话题: script话题: output