You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As demonstrated in script_2.sh we currently need ; to separate commands.
I believe bash implicitly allows \n as well for command separation (unless escaped with \).
As demonstrated in
script_2.shwe currently need;to separate commands.I believe
bashimplicitly allows\nas well for command separation (unless escaped with\).