-
Notifications
You must be signed in to change notification settings - Fork 91
Ch03, 05, 06: Update find/grep intro; Systemd fhs note #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Deploying linux101-docs with
|
| Latest commit: |
e201a2e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://f814351b.linux101-docs.pages.dev |
| Branch Preview URL: | https://misc-update-2.linux101-docs.pages.dev |
|
我现在感觉 Ch5 @ustcljh 新加的几个列文件的东西都应该移动到 Ch3。 |
docs/Ch03/index.md
Outdated
| 例如,输出 sol1.c 文件的内容(支持 C 语言语法高亮): | ||
|
|
||
| ```console | ||
| $ bat sol1.c |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bat 包在 deb/uuu 下提供的命令是 /usr/bin/batcat,需要另外配置 symlink / alias
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oops
docs/Ch03/index.md
Outdated
|
|
||
| * 以列表的形式显示当前目录下的所有文件(包括隐藏文件) | ||
|
|
||
| ```console |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这层额外的缩进是否可以用 code block 的 title 代替?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外 VS Code 的某个插件会提示 console 语言适用于同时展示命令及其输出的场景,而非只展示命令。不过这似乎是本书约定?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
另外 VS Code 的某个插件会提示
console语言适用于同时展示命令及其输出的场景,而非只展示命令。不过这似乎是本书约定?
对,这个规则我加到忽略列表里面了,至于要不要改可以讨论。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.


No description provided.