tango4567 / solutions

Here I am adding lots of different stuff. This is the collection of problems with their solutions. Most important please share good vibes and correct me if you found anything wrong here. Thanks in advance.
Apache License 2.0
5 stars 0 forks source link

How to find files in terminal. #58

Closed tango4567 closed 1 year ago

tango4567 commented 1 year ago

Solution:

  1. sudo find folder_name -iname file_name sudo find /etc -iname 'file_name*.text'