Comment by brazzledazzle

Comment by brazzledazzle 18 hours ago

0 replies

PowerShell seems to work fine calling a nix executable, unless I'm missing something:

> ls -t *.js | head -n 10 | foreach { echo $_ ; Get-ChildItem $_ | fl Name, Length } product_original.js

Name : product_original.js Length : 3353

gulpfile.js

Name : gulpfile.js Length : 382