diff --git a/.bash_functions b/.bash_functions index 2287ea5..6f0101e 100644 --- a/.bash_functions +++ b/.bash_functions @@ -5,6 +5,9 @@ function rgf { function psk { 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 tmux rename-window "$*" command ssh "$@"