Linux系统下Shell命令行快捷键实用技巧
# Ctrl A - Go to the beginning of the line you are currently typing on
# Alt # Alt > - Move to the last line in the history # Alt ? - Show current completion list # Alt * - Insert all possible completions # Alt / - Attempt to complete filename # Alt . - Yank last argument to previous command # Alt c - Capitalize the word # Alt d - Delete word # Alt l - Make word lowercase # Alt n - Search the history forwards non-incremental # Alt p - Search the history backwards non-incremental # Alt r - Recall command # Alt t - Move words around # Alt u - Make word uppercase # Alt back-space - Delete backward from cursor # Here "2T" means Press TAB twice # $ 2T - All available commands(common) # $ (string) 2T - All available commands starting with (string) # $ /2T - Entire directory structure including Hidden one # $ 2T - Only Sub Dirs inside including Hidden one # $ *2T - Only Sub Dirs inside without Hidden one # $ ~2T - All Present Users on system from "/etc/passwd" # $ $2T - All Sys variables # $ @2T - Entries from "/etc/hosts" # $ =2T - Output like ls or dir
|
||
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |