我正在寻找 apt-get WSL 中包的源代码。
$ apt-get source bash
Reading package lists... Done
E: You must put some 'source' URIs in your sources.list
Run Code Online (Sandbox Code Playgroud)
这些是安装时附带的默认源:
deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ xenial-security main restricted universe multiverse
Run Code Online (Sandbox Code Playgroud)
它们驻留在哪里以及我应该如何继续添加它们?
bash/readline 是否有一个绑定或一个可以绑定组合键以扩展内嵌大括号的函数?类似于M-* key
组合方式可用于内联通配扩展。
所以在执行组合键时
$ {a..z}
将变成:
$ a b c d e f g h i j k l m n o p q r s t u v w x y z