Skip to content
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

docs: remove redundant '/' #444

Merged
merged 1 commit into from
Nov 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: remove redundant '/'
  • Loading branch information
Makonike authored Nov 3, 2022
commit b7ab27bc79737f6b992720d6ce188b5796dee38f
2 changes: 1 addition & 1 deletion command/ln.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ simple, never # 永远使用普通方式备份

```shell
cd /usr/mengqc
ln /mub1/m2.c /usr/liu/a2.c
ln mub1/m2.c /usr/liu/a2.c
```

在执行ln命令之前,目录`/usr/liu`中不存在a2.c文件。执行ln之后,在`/usr/liu`目录中才有a2.c这一项,表明m2.c和a2.c链接起来(注意,二者在物理上是同一文件),利用`ls -l`命令可以看到链接数的变化。
Expand Down