On Thu, Jun 05, 2025 at 06:55:55AM -0400, Greg Wooledge wrote: > On Thu, Jun 05, 2025 at 12:34:44 +0200, microsuxx wrote: > > i installed bash dev , but there is no `help cut` > > It's a "loadable builtin". You have to build those, install them, > and then load the "cut" builtin explicitly. > `make install` does put the binaries in /usr/lib/bash, but not all distributions publish /usr/lib/bash. It's an optional extra in Debian / Ubuntu: see https://bugzilla.redhat.com/show_bug.cgi?id=2369713 (scroll to read the description).
Cheers ... Duncan.