Horje
macos find file or directory by name Code Example
macos find file or directory by name
find / -name *custom.css -print 2>/dev/null
# / means where to search
# *custom.css means search for all files that have the string "custom.css" in it
# -print 2>/dev/null deletes all error messages like permission denied
# Have fun :)




Shell

Related
EXIT GIT Code Example EXIT GIT Code Example
git merge main into branch Code Example git merge main into branch Code Example
bash add all numbers Code Example bash add all numbers Code Example
how to revert to a specific commit in origin Code Example how to revert to a specific commit in origin Code Example
how delete all wine files in linux Code Example how delete all wine files in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8