Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- Install APXS in Redhat Linux
- react-pdf, display pdf in react.js
- Transfer modules between sites
- JavaScript, remove trailing insignificant zeros after toFixed function
- Set Windows path command line
- datatable order by nunmeric
- MySQL date created and date modified
- React: connect(mapStateToProps, mapDispatchToProps)
- DataTable table order by numeric, not by text
Thursday, June 5, 2014
Unix - find a string in any files under current directory and its sub-directories
To find a string in any files under current directory and its sub-directories, for example, string "Logout"
find . -type f -exec grep -l "Logout" {} \;
Labels:
Unix
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment