Find command in Linux
Find command is used to filter objects in the file system. It can be used to find files, directories, files of particular pattern i.e. txt,.php and so on. It can search by file name, folder name, modification date , by permissions and so on. Note: Linux is case sensitive. “File”,”file”,”FiLe”,”FILE” all are different file names […]
Find command in Linux Read More ยป