We can do that by setting -e : #!/bin/bash set -e cp ImportantDataFile backup/$(date +'%Y-%m-%d') rm -v ImportantDataFile". Now when we run ...
確定! 回上一頁