When a script file contains more than one command what each command must end with?

1 answer

Answer

1144986

2026-04-19 00:50

+ Follow

In general each command in a script file is on a separate line, so it is terminated with a line terminator character (put it automatically when you press the Enter key).

Unlike some programming languages, a script file does not need a special terminator for the end of the line.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.