Quickie Unix Tip: disown – a shell builtin for bash and zsh
Here’s a useful little tip I picked up this week courtesy of this great thread on reddit: the ‘disown’ shell builtin. Here are the details from the bash man page: disown [-ar] [-h] [jobspec ...] Without options, each jobspec is removed from the table of active jobs. If jobspec is not present, and neither -a [...]
Continue Reading →