Greetings,
I would like to know if there is any equivalent Powershell commands for the following UNIX commands:
- make
- trap
Thanks.
Greetings,
I would like to know if there is any equivalent Powershell commands for the following UNIX commands:
Thanks.
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.