< Learning the vi Editor

Learning the vi Editor: Getting acquainted Basic tasks Making your work easier Advanced tasks Details Vi clones (Vim Basic navigation Modes Tips and Tricks Useful things for programmers to know Enhancing Vim Vim on Windows VimL Script language, Vile, BB vi) vi Reference

Vipe - edit pipe

Overview

command | vipe | command

Not really a vi clone, Vipe allows you to run a text editor in the middle of a unix pipeline and edit the data that is being piped between programs. Vipe is part of the moreutils package.

Copyright 2006 by Joey Hess <joey@kitenet.net> and Licensed under the GNU GPL.

Environment Variables

  • EDITOR - Editor to use.
  • VISUAL - Also supported to determine what editor to use.

Resources

Learning the vi Editor: Getting acquainted Basic tasks Making your work easier Advanced tasks Details Vi clones (Vim Basic navigation Modes Tips and Tricks Useful things for programmers to know Enhancing Vim Vim on Windows VimL Script language, Vile, BB vi) vi Reference

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.