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
Post a Comment