Skip to content

Conversation

@PerchunPak
Copy link

$ echo 1 &; echo 2
bash: syntax error near unexpected token `;'
$ echo 1 & echo 2
[1] 32866
2
1

```bash
$ echo 1 &; echo 2
bash: syntax error near unexpected token `;'
$ echo 1 & echo 2
[1] 32866
2
1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant