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

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -