REV.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- REV(1) Minix Programmer's Manual REV(1)
- NAME
- rev - reverse the characters on each line of a file
- SYNOPSIS
- rev [file] ...
- EXAMPLES
- rev file # Reverse each line
- DESCRIPTION
- Each file is copied to standard output with all the characters of each
- line reversed, last one first and first one last.
- SEE ALSO
- rev(1).
- 1