Answers for "linux terminal find"

0

search for files in linux terminal

find /path/to/folder/ -iname *file_name_portion*

#Example
find / -iname *test*

#Output

/downloads/test_2.txt
/downloads/test_1.csv
/home/ubuntu/first_test.txt
Posted by: Guest on June-23-2020
0

find in terminal

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

how to find the which linux am i using through terminal

uname --kernel-name --kernel-release --machine
Posted by: Guest on October-23-2021

Browse Popular Code Answers by Language