Hi friends! 🤓 I am on a gnulinux and trying to list all files in the active directory and it’s subdirectories. I then want to pipe the output to “cat”. I want to pipe the output from cat into grep.

Please help! 😅

  • sighofannoyance@lemmy.worldOP
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    So I could use something like grep string -R * to find any occurrence of the string in any files in the folder and sub-folders.

    thank you!