REV.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 0k
Category:

OS Develop

Development Platform:

WINDOWS

  1. .TH REV 1
  2. .SH NAME
  3. rev - reverse the characters on each line of a file
  4. .SH SYNOPSIS
  5. fBrevfR [fIfilefR] ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "rev file" "Reverse each line"
  19. .SH DESCRIPTION
  20. .PP
  21. Each file is copied to standard output with all the characters of each line
  22. reversed, last one first and first one last.
  23. .SH "SEE ALSO"
  24. .BR rev (1).