powershell_quick_tips
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| powershell_quick_tips [2011/03/22 11:23] – paulsmith | powershell_quick_tips [2011/05/18 10:18] (current) – paulsmith | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Powershell Quick Tips ====== | ||
| + | |||
| + | ===== Remove all svn tags from current directory and children ===== | ||
| + | < | ||
| + | W: | ||
| + | CD W: | ||
| + | |||
| + | Get-ChildItem -Force -Recurse -Name -Include " | ||
| + | </ | ||
| + | |||
| + | |||
| + | ===== Search a tree for a file ===== | ||
| + | < | ||
| + | search from the current directory: | ||
| + | Get-ChildItem -Force -Recurse -Name -Include " | ||
| + | </ | ||
| + | |||
| + | |||
