osx - Open searched files from the terminal -


in terminal have used find command search files containing word xyz.

find . name "*xyz*" 

this gives me 2 results.

./xyz123.pdf ./uvwxyz.pdf 

is there command open first or second result immediately?

open(1) open[1] 

or something? instead of

open xyz123.pdf 


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -