The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 12-14-2004
rahulrathod rahulrathod is offline
Registered User
  
 

Join Date: Sep 2004
Location: Mumbai-India
Posts: 158
Combination Of commands

Hello All,

I just wanted to know what are the different ways of using commands in combination.

The most common one which i know is using pipes.
Also grouping is also done like ( ls; date) where output of both the commands is displayed.

Are there any other ways of combining various commands and using them on command line or in the scripts.

Thanks,
Rahul