Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 156 Bytes

2018-10-24.md

File metadata and controls

9 lines (8 loc) · 156 Bytes

Listar ficheros y directorios

Get-ChildItem

Listar ficheros con extensión TXT

Get-ChildItem *.txt -Recurse -Force