Home » Questions » Computers [ Ask a new question ]

Powershell: Perform an operation on all files in a directory (foreach)

Powershell: Perform an operation on all files in a directory (foreach)

In bash, the equivalent would be

Asked by: Guest | Views: 296
Total answers/comments: 1
Guest [Entry]

ls *.zip | foreach-object { unzip $_ }