Bash equivalent of Windows &

Bash shell questions
Post Reply
User avatar
MigrationUser
Posts: 336
Joined: 2021-Jul-12, 1:37 pm
Contact:

Bash equivalent of Windows &

Post by MigrationUser »

11 Mar 2008 06:32
uiop44



Hi

In XP/NT you can use & to sequentially perform commands without having to use a .bat file.

What is the equivalent of & in Bash?

Cheers

----------------------------

#2 18 Mar 2008 20:11
Simon Sheppard


see this page
https://ss64.com/bash/syntax-brackets.html
Post Reply