🪴 Chris' Digital Garden

Recent Notes

  • Arithmetic Intensity of a Neural Network Linear Layer

    May 24, 2025

    • Automatic Material System

      May 17, 2025

      Home

      ❯

      tech

      ❯

      Recursively Find a Certain File within a Folder

      Recursively Find a Certain File within a Folder

      May 17, 20251 min read

      • docs/how-to-guide

      To copy files of a certain type while maintaining directory structure:

      find $src -type f -name \*.py

      References

      https://stackoverflow.com/a/5927592


      Graph View

      Created with Quartz v4.5.0 © 2025