alias: ffind
This commit is contained in:
parent
cd506a5b9c
commit
15169804cd
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ function rgf {
|
||||||
function psk {
|
function psk {
|
||||||
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
|
ps -ef | grep $1 | grep -v grep | awk '{ print $2 }' | xargs kill -9
|
||||||
}
|
}
|
||||||
|
function ffind {
|
||||||
|
find $1 -type f -name $2
|
||||||
|
}
|
||||||
ssh() { #() ist die kurzform von function
|
ssh() { #() ist die kurzform von function
|
||||||
tmux rename-window "$*"
|
tmux rename-window "$*"
|
||||||
command ssh "$@"
|
command ssh "$@"
|
||||||
|
|
Loading…
Reference in a new issue