#!/bin/zsh -f 
command  find / -name "*${1}*" -print 2>/dev/null
