|
|
|
|
|
by dualbus
2724 days ago
|
|
The built-in replacements run in the same process as the Bash shell, and thus, avoid the fork/exec system calls. It's a minor performance optimization that might be useful if you're doing thousands of rm's or stat's in a script. |
|