Move prep and psub from Perl to Utility
This commit is contained in:
parent
2250f93fa3
commit
2183f64d31
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
Loading…
Reference in a new issue