由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - what's the dos equivalent of unix "tail" command?
相关主题
在linux 和 Unix 上做 C/C++ 有差别吗?CLRS problem 7-4 tail recursion 求教。
请教一道算法题[转载] How to implement the "Contour" command
some question about uconMPI问题求助。Help! (转载)
How about formal verification?java 里可以插入linux command吗? (转载)
单链表翻转有几种方法how to shut down pbs server or kill all my jobs (转载)
请问Safety critical software的career path如何问一个run bash-script command several times的问题
数学不好,问个问题【求教】Text Indexer for Large Volume of ASCII files【先谢】
现在的Complexity theory的研究Re: A Full List of AAAS Fellow in CompSc
相关话题的讨论汇总
话题: command话题: unix话题: tail话题: equivalent话题: dos
进入CS版参与讨论
1 (共1页)
l*********r
发帖数: 674
1
有个巨大的txt文件(几个G),我现在只想看最后几行,请问windows下面有没有什么
现成command/tool可以看,就像unix下面的tail命令一样?
g*****g
发帖数: 34805
2
Install cygwin, and use your old school unix command.

【在 l*********r 的大作中提到】
: 有个巨大的txt文件(几个G),我现在只想看最后几行,请问windows下面有没有什么
: 现成command/tool可以看,就像unix下面的tail命令一样?

d*****l
发帖数: 8441
3
用C写程序,从文件尾读。
R*****n
发帖数: 526
4
如果嫌装cygwin麻烦的话,可以用UnixUtils:http://unxutils.sourceforge.net/
里面有tail.exe。

【在 l*********r 的大作中提到】
: 有个巨大的txt文件(几个G),我现在只想看最后几行,请问windows下面有没有什么
: 现成command/tool可以看,就像unix下面的tail命令一样?

1 (共1页)
进入CS版参与讨论
相关主题
Re: A Full List of AAAS Fellow in CompSc单链表翻转有几种方法
[转载] 大家在Unix下用什么管理邮箱?请问Safety critical software的career path如何
[转载] 想把Unix目录下所有小写文件名改大写数学不好,问个问题
Help with some basic questions现在的Complexity theory的研究
在linux 和 Unix 上做 C/C++ 有差别吗?CLRS problem 7-4 tail recursion 求教。
请教一道算法题[转载] How to implement the "Contour" command
some question about uconMPI问题求助。Help! (转载)
How about formal verification?java 里可以插入linux command吗? (转载)
相关话题的讨论汇总
话题: command话题: unix话题: tail话题: equivalent话题: dos