Answers for "find in terminal"

2

terminal how to find a file name

find / -name NAME.EXTENSION
Posted by: Guest on January-17-2020
4

open finder from terminal

open . (dot for current directory)
Posted by: Guest on April-20-2021
1

ubuntu search for command used

> grep "the_search" ~/.bash_history

--Don't forget the -i flag if you need case insensitive search.
Posted by: Guest on September-08-2020
0

find in terminal

find / -name abc.dmg
Posted by: Guest on April-24-2021
0

search in terminal how to

brew tap gautamkrishnar/socli
brew install socli
Posted by: Guest on November-18-2020

Browse Popular Code Answers by Language