|
|
|
|
|
by brazzledazzle
637 days ago
|
|
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 |
|