-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reject filenames starting with '!' for f command (other versions reject this) * Implement "r !cmd" in edEdit() to read output of a shell command into the editor buffer * Implement "w !cmd" in edWrite() to pass data from editor buffer to a shell command * test1: 2r !ifconfig ---> output from ifconfig is added after line 2 * test2: 1,20w !cat -n ---> lines 1-20 from buffer are piped to "cat -n"
- Loading branch information
Showing
1 changed file
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters