rev.1

来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行

1
60
字号


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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?