REV.1
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:

操作系统开发

开发平台:

C/C++

  1. REV(1)                    Minix Programmer's Manual                     REV(1)
  2. NAME
  3.      rev - reverse the characters on each line of a file
  4. SYNOPSIS
  5.      rev [file] ...
  6. EXAMPLES
  7.      rev file            # Reverse each line
  8. DESCRIPTION
  9.      Each file is copied to standard output with all the  characters  of  each
  10.      line reversed, last one first and first one last.
  11. SEE ALSO
  12.      rev(1).
  13.                                                                              1