Multiple choice technology operating systems Which key allows to append the script in next line Single quote front slash full stop back slash Reveal answer Fill a bubble to check yourself D Correct answer Explanation A backslash () at the end of a line acts as a line continuation character, allowing a command to span multiple lines. Single quotes start/end a quoted string, front slash is path separator, and full stop ends a sentence or denotes current directory.