Skip to content

Instantly share code, notes, and snippets.

@tmichel
Created February 19, 2013 14:59
Show Gist options
  • Save tmichel/4986618 to your computer and use it in GitHub Desktop.
Save tmichel/4986618 to your computer and use it in GitHub Desktop.
list all bin or obj
ls -Recurse | ? { $_ -match "^(bin|obj)$" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment