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.
|
- `pbu` uninstalls a Perl version.
|
||||||
- `pbx` temporarily sets the Perl version to use.
|
- `pbx` temporarily sets the Perl version to use.
|
||||||
|
|
||||||
Functions
|
|
||||||
---------
|
|
||||||
|
|
||||||
- `prep` provides a grep-like pattern search.
|
|
||||||
- `psub` provides a sed-like pattern substitution.
|
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
|
@ -140,6 +140,11 @@ Functions
|
||||||
|
|
||||||
- `psu` displays user owned processes status.
|
- `psu` displays user owned processes status.
|
||||||
|
|
||||||
|
### Search and Replace
|
||||||
|
|
||||||
|
- `prep` provides a grep-like pattern search.
|
||||||
|
- `psub` provides a sed-like pattern substitution.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue