diff --git a/zsh/zshrc b/zsh/zshrc index 93f3e98..8748245 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -81,7 +81,7 @@ find_php() { if [ -z $arg_options ]; then arg_options="-n" fi - find $arg_path -type f -iname "*.php" | xargs grep $arg_options $1 + find $arg_path -type f -iname "*.php" -print0 | xargs --null grep $arg_options $1 } #alias cclive='cclive -c' # Continue automatiquement les DL