Bash Tips
From Wiki
Contents |
lasth
function lasth {
history | grep $1
}
Magic Space
To be put in .inputrc
$if Bash set editing-mode vi Space: magic-space $endif
Paste
Not a trick, just a UNIX command useful to remember: paste
Contents |
function lasth {
history | grep $1
}
To be put in .inputrc
$if Bash set editing-mode vi Space: magic-space $endif
Not a trick, just a UNIX command useful to remember: paste