码迷,mamicode.com
首页 > 系统相关 > 详细

echo shell commands as they are executed

时间:2015-05-28 12:32:51      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:

http://stackoverflow.com/questions/2853803/in-a-shell-script-echo-shell-commands-as-they-are-executed

 

set -x #echo on

 

或者

#!/bin/bash -x

 

echo shell commands as they are executed

标签:

原文地址:http://www.cnblogs.com/iclk/p/4535371.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!