6 ms·
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.
by adamkruszewski 9y 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.