Adsense
Popular Posts
- jQuery autocomplete scroll bar for dropdown menu
- mod_auth_cas.so error: undefined symbol: SSL_connect
- JavaScript Arrays and Associate Arrays
- Design date and signature box in Latex
- JavaScript, remove trailing insignificant zeros after toFixed function
- Install APXS in Redhat Linux
- jQuery, toggle the display
- Difference between state and props in React
- super(props) in React
- MySQL workbench -"Could not decrypt password cache"
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