Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1 +0,0 @@
|
|||
Get-ChildItem -Recurse -Include *.mp3
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
Get-ChildItem -Recurse |
|
||||
Where-Object { $_.Name -match 'foo[0-9]' -and $_.Length -gt 5MB }
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Get-ChildItem -Recurse |
|
||||
Where-Object { $_.Name -match 'foo[0-9]' } |
|
||||
ForEach-Object { ... }
|
||||
|
|
@ -1 +0,0 @@
|
|||
| Where-Object { !$_.PSIsContainer }
|
||||
Loading…
Add table
Add a link
Reference in a new issue