

shell built-in command
After looking into it a bit more, its at least a builtin for bash but is otherwise not POSIX. I guess nohup ... & would be the POSIX compliant equivalent, though still not a builtin.
Its my understanding that & backgrounds, not necessarily detaches, a process – if the parent process closes, I think the background tasks would still be wait()ed on, if only using &.



If we’re including shell scripts/functions as “terminal commands”:
bm()mkcd()mkdir && cdbashlibgitclone.shgit clonewrapper without needing to give a full URImd2d.shpandocwrapperdocxformat, so I use this to avoid Office as much as possibleIf we just mean terminal applications:
hyperfinejqandyqxmlstarletshellcheckA couple of
bashspecific items I’m using quite often these days:mapfileprintf '%(datefmt)T%Tdoesn’t expand to true ISO-8601 compliance(( expr ))