From 15169804cd233da814d18f1ae14f36ec2dcc8854 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 26 Oct 2021 08:39:40 +0200 Subject: [PATCH] alias: ffind --- .bash_functions | 3 +++ 1 file changed, 3 insertions(+) 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 "$@"