I noticed that in the recommended aliases, pgrep is suggested for Perl regular expression searches:
alias pgrep = 'ugrep -P' # search with Perl regular expressions
However, pgrep is already a standard utility on Unix-like systems that searches for processes by name. It's part of the procps package and is commonly used in system administration and scripting.
To avoid confusion and potential issues, maybe we could consider an alternative alias name (e.g. plgrep) for the Perl regex functionality?
Hi, thank you for the great work on ugrep!
I noticed that in the recommended aliases,
pgrep
is suggested for Perl regular expression searches:However, pgrep is already a standard utility on Unix-like systems that searches for processes by name. It's part of the procps package and is commonly used in system administration and scripting.
To avoid confusion and potential issues, maybe we could consider an alternative alias name (e.g. plgrep) for the Perl regex functionality?
What do you think?