I'm sorry it's rudimentary, but I don't understand the meaning of ;.
It appears in the reference book, but there is no explanation.
It is written in the practice program of the reference book, but sometimes it moves even if it breaks, and sometimes it spouts errors.
I'm in trouble because it seems like a symbol that I can't search when I try to search.
If it's bash, let's read how to use man.If you are not good at English, JM Project will help.Now that you know about bash,
If the commands are separated by ; , they are executed in order. The shell waits in turn for each command to finish.
That's right.
© 2024 OneMinuteCode. All rights reserved.