Domain hosting, cheap domain name & website promotion services
  

 Home

Red Hat Linux 7.3: The Official Red Hat Linux Getting Started Guide
PrevChapter 11. Shell Prompt BasicsNext

Using Multiple Commands

Linux allows you to enter multiple commands at one time. The only requirement is that you separate the commands with a semicolon (you can see an example in Figure 11-7).

Want to see how long you have been online? Just combine the date command with Mozilla's command.

date; mozilla; date

Remember that commands are case sensitive, so the command to start Mozilla must be in lowercase to start the browser. You will see something like this:

[sam@halloween sam]$date; mozilla; date
Mon Feb 7 13:26:27 EST 2000

A second date entry appears when you close out of Mozilla.

[sam@halloween sam]$date; mozilla; date
Mon Feb 7 13:26:27 EST 2000
Mon Feb 7 14:28:32 EST 2000
[sam@halloween sam]$

The discrepancy between the two results from the date command shows that you were using Mozilla for just over an hour.


PrevHomeNext
Command History and Tab CompletionUpOwnership and Permissions
 

 

 

 

Cheap domains by 895cheap-domain.com | Register cheap domain names 

Disclaimer: For authoritative source or latest update to this documentation, please refer to http://www.redhat.com/docs/manuals/linux/

 

 
Quotes: Sometimes when learning comes before experience It doesn't make sense right away.