linux-bash脚本

第一行添加解释器的路径:#!/bin/bash

检测脚本中的语法错误: bash -n /shell_file
调试执行:           bash -x /shell_file

你可能感兴趣的:(bash,linux,开发语言)