Powershell vs UNIX
I would like to know if there is any equivalent Powershell commands 开发者_如何学Gofor the following UNIX commands:
- make
- trap
Windows has nmake available, but I would recommend installing GNU Make from GNUWin32. Note both are just programs, not built-ins.
Powershell has its own variant of trap.
精彩评论