Skip to content

Instantly share code, notes, and snippets.

@inouire
Last active May 16, 2024 07:56
Show Gist options
  • Select an option

  • Save inouire/544877170ef0381d74d2c6c668f099ee to your computer and use it in GitHub Desktop.

Select an option

Save inouire/544877170ef0381d74d2c6c668f099ee to your computer and use it in GitHub Desktop.

Revisions

  1. inouire renamed this gist May 16, 2024. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions search_in_dir → search_in_dir.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    ```bash
    grep -nr search_string search_dir
    ```
  2. inouire revised this gist May 16, 2024. 1 changed file with 0 additions and 2 deletions.
    2 changes: 0 additions & 2 deletions search_in_dir
    Original file line number Diff line number Diff line change
    @@ -1,3 +1 @@
    ```
    grep -nr search_string search_dir
    ```
  3. inouire renamed this gist May 16, 2024. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt → search_in_dir
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    ```bash
    ```
    grep -nr search_string search_dir
    ```
  4. inouire created this gist May 16, 2024.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    ```bash
    grep -nr search_string search_dir
    ```