首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
shell
ssaw
创建于2021-12-06
订阅专栏
shell
暂无订阅
共1篇文章
创建于2021-12-06
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
What's the difference between `#!/bin/bash` and `#!/usr/bin/env bash`?
#! is called shebang which usage can be found in this article. #!/usr/bin/env bash is to use the env