首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
the missing semester
Warson_L
创建于2024-10-07
订阅专栏
MIT semester课程笔记
暂无订阅
共4篇文章
创建于2024-10-07
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
vim 配置&进阶用法
<ESC>键设置 You use the <ESC> key a lot when using Vim: consider remapping Caps Lock to Escape (macOS i
shell 练习 (lecture 2)
ls练习 Read man ls and write an ls command that lists files in the following manner Includes all files
bash笔记
基本变量 $0 - Name of the script $1 to $9 - Arguments to the script. $1 is the first argument and so on.
Course overview + the shell
https://missing.csail.mit.edu/2020/course-shell/ 第一节课比较简单,只是简单介绍了一下shell,作业也比较简单。 值得记录的只有这个exercise: