Move prep and psub from Perl to Utility

This commit is contained in:
Sorin Ionescu 2012-08-12 20:33:21 -04:00
parent 2250f93fa3
commit 2183f64d31
6 changed files with 5 additions and 6 deletions

View file

@ -50,12 +50,6 @@ Aliases
- `pbu` uninstalls a Perl version.
- `pbx` temporarily sets the Perl version to use.
Functions
---------
- `prep` provides a grep-like pattern search.
- `psub` provides a sed-like pattern substitution.
Authors
-------

View file

@ -140,6 +140,11 @@ Functions
- `psu` displays user owned processes status.
### Search and Replace
- `prep` provides a grep-like pattern search.
- `psub` provides a sed-like pattern substitution.
Authors
-------