From: Sergey Matveev Date: Sat, 12 Jun 2021 11:29:41 +0000 (+0300) Subject: find has real-time progress X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=441dea9032d810b83b649065f389d4b62287e69b find has real-time progress --- diff --git a/zsh/.zshrc b/zsh/.zshrc index 73802a3..af58d10 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -83,8 +83,7 @@ alias -g W="| wc -l | sed 's/ //g'" alias mc="mc --nomouse" f() { - # find . -name "*$1*" -print - print -C 1 **$1* + find . -name "*$1*" -print } alias ssh="TERM=xterm ssh"