Note: This project has been archived as I don't use it or actively develop.
A tool I made so I could get equivalent commands of some *Nix and Windows commands. I developed when I was using a Windows computer and I needed to know Windows commands.
Written in C89 with very conservative flags.
Has been tested on:
- Windows 7 (64-bit)
- Ubuntu
- Mac OSX.
Converts some commands between Windows and Linux.
Usage: wlcmd command
Flags:
- Description: [-d]
- Help: [-h | -help | --help]
wlcmd dir
*nix: ls
wlcmd -d ls
`Windows: dir - Lists files and directories`
wlcmd -help
Converts some commands between Windows and *nux.
Usage: wlcmd [-h|-help|--help]
wlcmd [-d (Description)] <command>
E.g. wlcmd ls -> Windows: dir
wlcmd -d ls -> Windows: dir - Lists files and directories
Executables can be found in Github releases.
Note: Use of this software is at own as is without any warranty.
Run the following command
make dev
make clean