Monday, July 13, 2015


Có hai cách để thực hiện command execution trong shell:
Syntax:
 `command`  
   
 or  
 $(command)  

Ex:
 #!/bin/sh  
 echo The current directory is `pwd`  
 echo The current users are $(who)  
 exit 0  

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © Lập trình hệ thống nhúng Linux . Powered by Luong Duy Ninh -