Log in Sign up
1 Matching Annotations
  1. Nov 2017
  2. stackoverflow.com stackoverflow.com
    How to exclude a directory in find . command
    1
    1. rschulz 27 Nov 2017
      in Public
      find . -type d \( -path dir1 -o -path dir2 -o -path dir3 \) -prune -o -print
      linux find exclude prune
    Visit annotations in context

    Tags

    • linux
    • exclude
    • find
    • prune

    Annotators

    • rschulz

    URL

    stackoverflow.com/questions/4210042/how-to-exclude-a-directory-in-find-command
Share:
Group. Only group members will be able to view this annotation.
Only me. No one else will be able to view this annotation.
Hypothes.is
  • About
  • Blog
  • Bioscience
  • Education
  • Jobs
  • Help
  • Contact
  • Terms of Service
  • Privacy Policy