|
|
|
|
|
by jelly
1968 days ago
|
|
In my experience there's a performance hit in filesystem-heavy work like opening and closing a lot of small files. Still, its more than offset by the convenience of performing bash operations on Windows; remembering `du -csh ./* | sort -h` (sort directories by size) is easier than whatever Powershell would have me type. |
|