0
点赞
收藏
分享

微信扫一扫

windows11下配置vscode中c/c++环境

爱写作的小土豆 2023-08-16 阅读 58

linux shell快速入门

0 、前置

一安装linux的虚拟环境

1、简单使用

1、新建/usr/shell目录
2、新建hello.sh 文件
3、编写脚本文件
# !/bin/bash

echo "hello world"

查看是否具备执行权限
在这里插入图片描述
新增执行权限

chomd +x hello.sh

执行hello.sh文件

/bin/sh hello.sh

hello world

举报

相关推荐

0 条评论