Non puoi selezionare più di 25 argomentiGli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
The GNU-specific head -n-1 syntax causes errors on macOS/BSD systems.
Replaced with sed '$d' which is POSIX-compatible and achieves the same
result of removing the last line.