Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :)
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install figma for linux 
Shell :: gradle init java application 
Shell :: git commit please tell me who you are 
Shell :: install october cms on windows 
Shell :: linux command after create folder cd it 
Shell :: uninstall vscode completely windows 10 
Shell :: how to use f12 
Shell :: pip force reinstall 
Shell :: linux adress is already in use 
Shell :: tail access_log 
Shell :: count the number of unique elements in a column bash 
Shell :: install mocha 
Shell :: update dart 
Shell :: check on which domain apache is running 
Shell :: can we declare state outside the class 
Shell :: gpg change password 
Shell :: install specific version of r package 
Shell :: fetch all tags git 
Shell :: how to remove remote ulr 
Shell :: set up redux in react 
Shell :: terminal how to find a file name 
Shell :: kill task cmd 
Shell :: copy to clipboard in gihub readme 
Shell :: kill a port in ubuntu 
Shell :: bash change text in specific column 
Shell :: if else in mac terminal 
Shell :: virtualbox mac install brew 
Shell :: git remote origin edit 
Shell :: get video codec ffmpeg 
Shell :: git error:Administrator@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =