Globbing with zsh

Globbing with zsh

In a previous article we saw how to install and configure zsh, today we’ll see in detail the options offered by the zsh for globbing or how the shell use some special characters to auto-complete our commands. Please note: most command you’ll see here could be accomplished with particular switch of the command, for example […]

setsid - start programs in a new shell

setsid – start programs in a new shell

As someone posted in a comment of one of my former article (nohup, bg e disown), i’ve forget a command: setsid, while talking about the possibility of detach a process from a terminal or a shell man setsid setsid – run a program in a new session The main difference i see from nohup is […]