shell-backward-kill-word in Bash 4.1

来源:互联网 发布:php字符串以逗号分隔 编辑:程序博客网 时间:2024/06/18 06:45

If you haven't install bash4.1; download it from:
http://ftp.gnu.org/gnu/bash/
and install
add short cut key in ~/.inputrc like below:
"/C-j":shell-backward-kill-word
logout and login again;
and then in bash shell prompt, try to type like below:
zkl@user-desktop:~/source/bash-4.1$ cd /usr/bin
and then press ctrl+j
when happen? the string: "/usr/bin" has been killed!

this function is what I was looking for these days!

 

原创文章,转载请注明:转载自#http://blog.csdn.net/ZhengKarl