PowerShell PowerShell "hola" > fichero.txt; Get-Content (Get-ChildItem ./fichero.txt) "hola" > fichero.txt; gc (ls ./fichero.txt) 12 "hola" > fichero.txt; Get-Content (Get-ChildItem ./fichero.txt)"hola" > fichero.txt; gc (ls ./fichero.txt)