Weekly Shaarli

All links of one week in a single page.

Week 04 (January 20, 2020)

Note: Close terminal but quit process active

Sometimes I want to close the terminal but keep the process active.

I know about the & at the end of the command but I recently discover disown to use after the command who use &. Like <command> &; disown.