Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 5421  / 2 Years ago, mon, may 2, 2022, 10:31:41

I have a folder which has sub folders where some of them contain .htaccess files.



But if I use the search tool I do not find any of these files.



Also using in terminal:



find ~/web '.htaccess'


leaves me with nothing.



What is the problem here?


More From » search

 Answers
0

As far as I know, the dash does not search for hidden files for security reasons.



(Files starting with . (dot) are hidden files).



To search in a Terminal use -name



find ~/web -name '.htaccess'

[#24593] Tuesday, May 3, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alkeake

Total Points: 467
Total Questions: 94
Total Answers: 126

Location: Tajikistan
Member since Tue, Jun 15, 2021
3 Years ago
alkeake questions
Mon, Jul 5, 21, 09:24, 3 Years ago
Sun, Apr 23, 23, 03:29, 1 Year ago
Thu, Dec 22, 22, 20:30, 1 Year ago
;