由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - unix shell一问
相关主题
需要做一个IM的App,后台用什么比较好?我心目中的编程高手
French fighter planes grounded by computer virus (转载)windows里有没有类似unix里nm 的东西?
谁能帮看下a question about virtual memory
*** help needed! on MATLAB GUI ***c++ compiler under unix
how to use make file in Visual c++再来问个蠢问题
how to find the date of today in UNIX?matlab question
[转载] Unix/Posix system programming traininghow to print 2 exponential digits in windows by using Perl
isinf 问题how to write C++ under Unix/Linux
相关话题的讨论汇总
话题: car话题: print话题: unix
进入Programming版参与讨论
1 (共1页)
m*******o
发帖数: 264
1
有个文件存了以下信息,当我脚本的输入参数等于以下第2排时,怎样来对其中的数字
进行增减?
2 Car
0 Plane
1 Boat
0 Other
例如:
test Car以后,2变成3
j*****h
发帖数: 62
2
awk

【在 m*******o 的大作中提到】
: 有个文件存了以下信息,当我脚本的输入参数等于以下第2排时,怎样来对其中的数字
: 进行增减?
: 2 Car
: 0 Plane
: 1 Boat
: 0 Other
: 例如:
: test Car以后,2变成3

m*******o
发帖数: 264
3
能说具体点吗?
j*****h
发帖数: 62
4
gawk '{ if ($2== "Car") {print $1+1, $2} else {print $0} } ' test.data

【在 m*******o 的大作中提到】
: 能说具体点吗?
1 (共1页)
进入Programming版参与讨论
相关主题
how to write C++ under Unix/Linuxhow to use make file in Visual c++
正看一本叫code complete的书,有一句话关于c不明白how to find the date of today in UNIX?
Unix Multi-processor Programming[转载] Unix/Posix system programming training
how to know the contents in Message queue?isinf 问题
需要做一个IM的App,后台用什么比较好?我心目中的编程高手
French fighter planes grounded by computer virus (转载)windows里有没有类似unix里nm 的东西?
谁能帮看下a question about virtual memory
*** help needed! on MATLAB GUI ***c++ compiler under unix
相关话题的讨论汇总
话题: car话题: print话题: unix