Chinaunix首页 | 论坛 | 博客
  • 博客访问: 239342
  • 博文数量: 91
  • 博客积分: 2010
  • 博客等级: 大尉
  • 技术积分: 955
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-12 09:38
文章分类

全部博文(91)

文章存档

2017年(1)

2011年(1)

2008年(15)

2007年(74)

我的朋友

分类: LINUX

2007-08-23 16:13:08

expand
  syntax expand [option] files convert tabs in the files to spaces
  parameter -t,-i ;it is print the contents on the terminate.I have tested.
  
  fmt
   syntax fmt [options] files format text to a specified width by filling lines and removing newline characters.multip files from the command line are concatenated
   parameter -u ,-w
 
 paste:
   syntax paste [options] files
   paste together corresponding lines of one or more files into vertical columns
   frequence used parameters
   -d"n" separate columns with character n in place of the default tab
   -s merge line from one file into a single line.when multiple files are specified,their contents will replace a individual lines of output.one per file.
   
 pr:
  syntax pr [options] files it is very useful to pinting
  parameter
  -d ;double space
  -h header ;use header in place of filename in the header
  -l lines ;set the page length to lines.the default is 66
  -o width ;set the margin to width
  
 split:
   split [options] [infile] [outfile]
   split infile into a specified number of line groups,with output going into a succession of files.outfileaa,outfileab,and so on;the command can't looking the consequence from the terminate.but the files was created and exist the current directory

阅读(585) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~