由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - shell script里如何取得多个return value?
相关主题
[转载] About the history为什么我就是不会写Shell script?
AIX shell configurationHow to set environment variables for CGI scripts?
please help, CGI..how to convert csh shell script to dos batch file
Re: [转载] shell script里如何取得多个return value?a question in shell script
which shell is best?Help! shell programming
shell programming[转载] a question about shell script
where can I find some good website for C Shell ?Shell Script Question about Hostname
Shell ScriptShell Script Question
相关话题的讨论汇总
话题: shell话题: script话题: awk话题: 参数
进入Unix版参与讨论
1 (共1页)
s******l
发帖数: 3
1
我现在有一个configuration file, 里面有一些参数以及注释.
shell acript要做的事就是读出这些参数, 利用这些参数再去做其他的事情.
我现在想到的做法是在shell script里call awk 来处理这个configuration file.
awk 把所有的参数用print的办法传递给shell script.
可是我怎么样才能把这些从awk传递过来的参数保存下来,以备后用呢?
或者有什么其他更好的解决办法么?
谢!
d***d
发帖数: 24
2
should be easy in perl

【在 s******l 的大作中提到】
: 我现在有一个configuration file, 里面有一些参数以及注释.
: shell acript要做的事就是读出这些参数, 利用这些参数再去做其他的事情.
: 我现在想到的做法是在shell script里call awk 来处理这个configuration file.
: awk 把所有的参数用print的办法传递给shell script.
: 可是我怎么样才能把这些从awk传递过来的参数保存下来,以备后用呢?
: 或者有什么其他更好的解决办法么?
: 谢!

k**e
发帖数: 86
3
如果你的shell script 也是用awk实现的,就不会有问题.
还有一种方法是将你调用的AWK程序的返回值输出到shell script的输入, shell script
可以再读取这个输出值进行分解

【在 d***d 的大作中提到】
: should be easy in perl
1 (共1页)
进入Unix版参与讨论
相关主题
Shell Script Questionwhich shell is best?
Help on shell scriptshell programming
帮我看看我的GCC怎么了!谢谢where can I find some good website for C Shell ?
[转载] Re: shell script questionShell Script
[转载] About the history为什么我就是不会写Shell script?
AIX shell configurationHow to set environment variables for CGI scripts?
please help, CGI..how to convert csh shell script to dos batch file
Re: [转载] shell script里如何取得多个return value?a question in shell script
相关话题的讨论汇总
话题: shell话题: script话题: awk话题: 参数