Hacker News new | ask | show | jobs
by adamkruszewski 3198 days ago
I think it does, try it as:

sleep 5 && (echo hello > test.txt)

and you'll see it creates the file only after sleep ends.