tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-27 hours agoRun firefox -p command and have Firefox open after closing terminal like Windows Run box.message-squaremessage-square20linkfedilinkarrow-up112arrow-down10
arrow-up112arrow-down1message-squareRun firefox -p command and have Firefox open after closing terminal like Windows Run box.tdTrX@lemmy.ml to Linux@lemmy.mlEnglish · edit-27 hours agomessage-square20linkfedilink
minus-squarealiceitc@lemmy.blahaj.zonelinkfedilinkarrow-up2·14 days agoThanks for the correction. I read the bash documentation and I think you simply don’t need the ;. The & is already a command separator, just like ; Tested with bash: sleep 100 & echo test prints right away. https://www.gnu.org/software/bash/manual/bash.html#Lists
Thanks for the correction.
I read the bash documentation and I think you simply don’t need the
;. The & is already a command separator, just like ;Tested with bash:
sleep 100 & echo testprints right away.https://www.gnu.org/software/bash/manual/bash.html#Lists