由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 菜鸟问题-about shell programming
相关主题
Help! shell programmingIs this shell programming right?
shell programming问题:如何同时run多个作业求教,学shell program
[急!] Shell Programming求救which shell is best?
[转载] 简单问题 -- about shell scriptshell programming
请教:有关位置参数的问题。where can I find some good website for C Shell ?
A Question on Shell (ksh) programmingShell Script
[转载] shell programming and awk questions为什么我就是不会写Shell script?
菜鸟2问题-about shell programmingHow to set environment variables for CGI scripts?
相关话题的讨论汇总
话题: shell话题: 菜鸟
进入Unix版参与讨论
1 (共1页)
r****y
发帖数: 1437
1
想写个shell script, 但是下面这个问题不知道怎么处理,那位大侠指点
一下:
如何把unix的命令的输出付给一个在shell里面的变量?比如,有个文件,
我要用wc -l数它的行数,然后把这个数值赋给一个变量a, 这该怎么实现?
t****t
发帖数: 147
2
a=`wc -l`
br />

【在 r****y 的大作中提到】
: 想写个shell script, 但是下面这个问题不知道怎么处理,那位大侠指点
: 一下:
: 如何把unix的命令的输出付给一个在shell里面的变量?比如,有个文件,
: 我要用wc -l数它的行数,然后把这个数值赋给一个变量a, 这该怎么实现?

1 (共1页)
进入Unix版参与讨论
相关主题
How to set environment variables for CGI scripts?请教:有关位置参数的问题。
how to convert csh shell script to dos batch fileA Question on Shell (ksh) programming
[转载] how to run a program in a new window[转载] shell programming and awk questions
a question in shell script菜鸟2问题-about shell programming
Help! shell programmingIs this shell programming right?
shell programming问题:如何同时run多个作业求教,学shell program
[急!] Shell Programming求救which shell is best?
[转载] 简单问题 -- about shell scriptshell programming
相关话题的讨论汇总
话题: shell话题: 菜鸟