Qual è la sintassi richiesta per reindirizzare l'input/output standard su Windows PowerShell?Reindirizzamento input/output standard in Windows PowerShell
In Unix, usiamo:
$./program <input.txt >output.txt
Come faccio a eseguire la stessa operazione in PowerShell?
correlato: http://stackoverflow.com/questions/16098366/can-i-send-some-text-to-the-stdin-of-an-active-process-under-windows – eckes