https://github.com/levkush/rm_to_windows
Bring rm command from unix to windows!
https://github.com/levkush/rm_to_windows
c mit-license rm unix windows
Last synced: about 2 months ago
JSON representation
Bring rm command from unix to windows!
- Host: GitHub
- URL: https://github.com/levkush/rm_to_windows
- Owner: levkush
- License: mit
- Created: 2023-02-08T20:04:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T15:48:21.000Z (almost 3 years ago)
- Last Synced: 2025-06-26T10:50:09.548Z (12 months ago)
- Topics: c, mit-license, rm, unix, windows
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RM to windows
[](https://choosealicense.com/licenses/mit/)

Bring rm command from unix to windows!
# Installation
* Download file from the [Releases](https://github.com/levkush/rm_to_windows/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
```