Kişi tek bir komutla arka planda birden fazla programı nasıl çalıştırabilir?
Aşağıdaki komutları denedim ama işe yaramadı.
nohup ./script1.sh & && nohup ./script2.sh &
-bash: syntax error near unexpected token '&&'
nohup ./script1.sh & ; nohup ./script2.sh &
-bash: syntax error near unexpected token ';'