This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User: Will you roll a dice, please? | |
Cleverbot: I don't understand your request. | |
User: Roll a dice. | |
Cleverbot: Four. | |
User: Roll a dice. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -lir "some text" * | |
// -l outputs only names of files containing text instead of the line | |
// -i ignores case | |
// -r recursive, go into subdirectories |
NewerOlder