博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
一些命令行操作时候可以使用的快捷键
阅读量:4697 次
发布时间:2019-06-09

本文共 1449 字,大约阅读时间需要 4 分钟。

CTRL Key Bound

Ctrl + a - Jump to the start of the lineCtrl + b - Move back a charCtrl + c - Terminate the commandCtrl + d - Delete from under the cursorCtrl + e - Jump to the end of the lineCtrl + f - Move forward a charCtrl + k - Delete to EOLCtrl + l - Clear the screenCtrl + r - Search the history backwardsCtrl + R - Search the history backwards with multi occurrenceCtrl + u - Delete backward from cursorCtrl + xx - Move between EOL and current cursor positionCtrl + x @ - Show possible hostname completionsCtrl + z - Suspend/ Stop the command

ALT Key Bound

Alt + < - Move to the first line in the historyAlt + > - Move to the last line in the historyAlt + ? - Show current completion listAlt + * - Insert all possible completionsAlt + / - Attempt to complete filenameAlt + . - Yank last argument to previous commandAlt + b - Move backwardAlt + c - Capitalize the wordAlt + d - Delete wordAlt + f - Move forwardAlt + l - Make word lowercaseAlt + n - Search the history forwards non-incrementalAlt + p - Search the history backwards non-incrementalAlt + r - Recall commandAlt + t - Move words aroundAlt + u - Make word uppercaseAlt + back-space - Delete backward from cursor

putty ssh复制/粘贴密码

有个天天遇到的问题,就是widows下使用putty ssh的时候需要输入复杂的密码,当然直接使用ssh key也是个不错的idea,但是这个有密码无法粘贴进去作为强迫症确实无法忍。事实上,putty的框里是可以粘贴密码的,直接右击即可。但是有时候我们会发现右击后,输入回车,提示没有权限。据我观察,是在剪贴板中的密码在莫名奇妙的清空下被清空了(~摔杯子)。而且这个密码被清空的概率极高,原因未知- -

转载于:https://www.cnblogs.com/bnbqian/p/5760893.html

你可能感兴趣的文章
记一些从数学和程序设计中体会到的思想
查看>>
题目1462:两船载物问题
查看>>
POJ 2378 Tree Cutting(树形DP,水)
查看>>
第二冲刺阶段个人博客5
查看>>
UVA 116 Unidirectional TSP (白书dp)
查看>>
第三方测速工具
查看>>
MySQL 网络访问连接
查看>>
在aws ec2上使用root用户登录
查看>>
数据访问 投票习题
查看>>
cnblog!i'm coming!
查看>>
使用点符号代替溢出的文本
查看>>
Axios 中文说明
查看>>
fatal: remote origin already exists.
查看>>
gridview 自定义value值
查看>>
2018二月实现计划成果及其三月规划
查看>>
类名.class和getClass()区别
查看>>
12/17面试题
查看>>
LeetCode 242. Valid Anagram
查看>>
JSP表单提交乱码
查看>>
如何适应现代雇佣关系
查看>>