Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:bash [2022/12/23 21:28] – created - external edit 127.0.0.1linux:bash [2023/01/26 20:16] (current) admin
Line 13: Line 13:
  
 </html> </html>
- 
----- 
  
 ==== Search for files and chown them ==== ==== Search for files and chown them ====
Line 22: Line 20:
 ---- ----
  
-=== Find files containing text ===+===== Find files containing text =====
  
 <code bash>grep -rwl "search-string" /path/to/serch/dir</code> <code bash>grep -rwl "search-string" /path/to/serch/dir</code>
- 
- 
----- 
  
 ===== Working with external storage ===== ===== Working with external storage =====