- Package:
- bash-builtins
- Source:
- bash
- Description:
- Bash loadable builtins - headers & examples
- Submitter:
- "Kingsley G. Morse Jr."
- Date:
- 2024-08-08 14:24:08 UTC
- Severity:
- wishlist
- Tags:
First of all, thanks for maintaining Debian's bash package. It's great. It seems to me that "sort" and "uniq" are called often enough that adding them as loadable builtins may be worthwhile. For example, bash scripts that happen to call sort and uniq from within deeply nested loops would probably be sped up by not having to launch new processes for each "sort" and "uniq" call. Please add loadable builtins for sort and uniq. Thanks, Kingsley
Matthias Klose wrote: I'll look into it when I get a chance. It depends on how small and easily-maintained the code is.