由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - Ask a question about UNIX (转载)
相关主题
Include unix libraries in windows fortranwho knows difference of unix and linux
STrange problem in Fortran programming求助: Unix acc 的man pages
[转载] unix下编译fortran 的错误太多,看不到怎么办?fortran给数组赋初值一问
Matlab signal mechanism?请问在windows下可以同时运行两个matlab吗?
老板的程序在unix上运行没问题[合集] 你们有没有用windows 进行并行计算的?
请问Unix下,运行matlab的程序Unix 所能打开文件的最大长度和宽度-- 蔡鸟请教各位大虾
how to use matlab remotely from home?how to set cutoff for sorting within unix system
[转载] 请教大虾,关于unix server里执行程序的问题。C 和 C++ code 在不同的机器上有多大不同?
相关话题的讨论汇总
话题: buick话题: 11话题: 2008话题: unix话题: ask
进入Computation版参与讨论
1 (共1页)
x****t
发帖数: 1729
1
【 以下文字转载自 Seattle 讨论区 】
发信人: xiwest (梦中人), 信区: Seattle
标 题: Ask a question about UNIX
发信站: BBS 未名空间站 (Tue Dec 2 15:46:21 2008)
I have a document A, the format like:
buick|11-1-2008| FASDFDS
buick|11-1-2008|GTHRJUYR
buick|11-2-208|THYJJHGMHG
buick|11-3-208|TJLOUOYIG
.....
I want to turn it to document B:
buick|11-1-2008|2
buick|11-2-2008|1
buick|11-3-2008|1
basically to keep the 1st and 2nd column, while count the lines of the 3rd
column. A is sort and uniq.
if I only use "wc -l", it would only
s*********e
发帖数: 97
2
use awk and "|" as seperator, check the 2nd column and count/write to 3rd
column in your output file.
1 (共1页)
进入Computation版参与讨论
相关主题
C 和 C++ code 在不同的机器上有多大不同?老板的程序在unix上运行没问题
在linux 和 Unix 上做 C/C++ 有差别吗?请问Unix下,运行matlab的程序
哪位能推荐适于C/C++ 编程的linux/unix使用手册?how to use matlab remotely from home?
UNIX 的C++ source code怎么在 VS2005下运行[转载] 请教大虾,关于unix server里执行程序的问题。
Include unix libraries in windows fortranwho knows difference of unix and linux
STrange problem in Fortran programming求助: Unix acc 的man pages
[转载] unix下编译fortran 的错误太多,看不到怎么办?fortran给数组赋初值一问
Matlab signal mechanism?请问在windows下可以同时运行两个matlab吗?
相关话题的讨论汇总
话题: buick话题: 11话题: 2008话题: unix话题: ask