第一行添加解释器的路径:#!/bin/bash
检测脚本中的语法错误: bash -n /shell_file
调试执行: bash -x /shell_file
linux-bash脚本
最新推荐文章于 2024-06-04 23:38:02 发布
第一行添加解释器的路径:#!/bin/bash
检测脚本中的语法错误: bash -n /shell_file
调试执行: bash -x /shell_file
4773

被折叠的 条评论
为什么被折叠?