ubuntu run multiple commands in one line and let them run after close shell
# Sequential
(myCommand1; myCommand2) &
# or
(myCommand1 &) && (myCommand2 &)
# Parallel
myCommand1 & myCommand2 &
Also in Shell:
- revert commit git
- ansible-galaxy install to specific directory
- wheres i3 config file
- export not working in shell script
- how to create a patch file between 2 branches git
- copy folder from s3 to local
- serverless sqs batch size
- how to set date in linux
- check running process in linux
- matplotlib install
- how to pull the changes from git without staging local changes
- ubuntu remove directory
- git diff two commits
- how see my user name mac terminal
- how to check error logs in linux
- git stash command with name
- bash remove directory
- Linux Mint reset xfce-panel
- how to open emulator in vs code
- copie fichier de server vers linux
- remove git from project
- ubuntu create a ssh key
- npm formik import
- check if kubernetes is running