diff --git a/Examples.md b/Examples.md index 7579c36..92d186b 100644 --- a/Examples.md +++ b/Examples.md @@ -56,6 +56,13 @@ cdf() { } ``` +Searching file contents +----------------------- + +```sh +grep --line-buffered --color=never -r "" * | fzf +``` + Command history ---------------