|
|
* You are viewing a page from LiveFire Labs' UNIX and Linux Operating System Fundamentals course with hands-on Internet Lab.
|
![]() |
![]() |
||
|
| |||||
![]() | Running multiple commands on a single line Placing a ; (semi-colon) after each command will allow you to execute multiple commands on a single command line. In other words, you can run multiple commands and only have to press the Enter key once. |
![]() | Running a single command on multiple lines On the flip side, you can also run a single command across multiple lines. This is accomplished by using the \ (backward slash) character: $ uname \ > -n eagle.livefirelabs.com This is useful if the command you are typing is longer than the width of your screen, and is often used to improve shell script readability. |
| * You are viewing a page from LiveFire Labs' sample online UNIX training course. Click here if you do not see a blue and green frame around this page, or view the detailed description for this course. LiveFire Labs - Online UNIX Training |