Adsense
Popular Posts
- MySQL workbench -"Could not decrypt password cache"
- peer review (3)
- PHP, dump varailbes in a format way
- "Unusual traffic from your computer network" from blogger
- Install APXS in Redhat Linux
- JavaScript, remove trailing insignificant zeros after toFixed function
- Update member directory
- Set Windows path command line
- JavaScript: add days to current date
- 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