Linux: working with text files
时间:2010-10-16 来源:吴X
You can easily view files by using command-line tools ,including cat,less,head,and tail.
The simplest command for dealing with text files is cat.
e.g.:
cat mytextfile
tail mytextfile ( view the file from the last ,usually used in log files)
相关阅读 更多 +