Epeius Asked: 2009-06-01 05:39:10 +0800 CST How to make bash scripts print out every command before it executes? 100 For example, I have a simple bash file #!/bin/bash cd ~/hello ls How can I make it display every command before executing it? Just the opposite effect of "@echo off" in windows batch scripting. scripting bash debugging