摘要:
vim 使用笔记 vim常用操作 如果您需要在行尾追加文本,可以使用 A 键进入插入模式,然后直接输入文本。 要在选中的文本前插入文本,请按 I 键。 o命令可以在当前行的下面另起一行,并使当前模式转为Insert模式。 O命令(注意是大写的字母O)将在当前行的上面另起一行。 在Vim中你可以把两行 阅读全文
摘要:
查看本机ip ip a 找到wlan口 armbian:~:# ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:0 阅读全文
摘要:
What does "{} ;" mean in the find command? If you run find with exec, {} expands to the filename of each file or directory found with find (so that ls 阅读全文