RM to windows Bring rm command from unix to windows! Installation Download file from the Releases tab. Copy the file to the C:\Windows\System32 folder. Building git clone https://github.com/levkush/rm_to_windows cd rm_to_windows gcc -o rm.exe main.c