cyfile / My-file

零碎记录
0 stars 0 forks source link

linux 笔记 #2

Open 213cy opened 8 years ago

213cy commented 8 years ago

whatis man

man man

which man

where man

%%%%%%%%%%%%%%

hjkl

w e b f字母 F字母 9|

0 ^ $

{ } 9j H M L

Ctrl-d Crtl-u

Ctrl-f Crtl-b

gg 9g G

%%%%%%%%%%%%%

ctrl + r 进入(reverse-i-search) 模式

ctrl + shift + r 进入(bck-i-search)模式

向上搜索:ctrl +r 向下搜索: ctrl +R (ctrl +shift +r)

锁定终端:ctrl + s 解锁终端:ctrl + q

向左移动一个单词:esc后再按b 向右移动一个单词 esc后再按f

向左删除一个单词:ctrl+w 向右删除一个单词 esc后再按d

ctrl + k

ctrl + u

%%%%%%%%%%%%%%

查看文件属性:

file

type wc

type pwd

type cd

查看某个命令属于哪个包:

dpkg --search where man

dpkg --search where su

dpkg --search where apt-get

搜索包:

apt search man-db(man 所属的包)

apt-cache search login(su 所属的包)

查看包的依赖关系:

apt-cache depends apt

apt-cache rdepends dpkg