shell 基础
发布时间:2020-12-15 21:25:23 所属栏目:安全 来源:网络整理
导读:shell 执行 demo.sh #! /bin/ bash echo " This is a demo " shell 执行 $ chmod 0777 demo. sh $ ./demo. sh This is a demo ? shell 注释 单行注释 以 # 开头的行就是注释,会被解释器忽略。 示例: #! /bin/ bash# echo " This is a comment " echo " Thi
shell 执行demo.sh #! /bin/bash shell 执行 $ chmod 0777 demo.sh ? shell 注释
(编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |