Cross-platform Utilities
Oct. 10th, 2022 01:54 pmI'm trying to locate ports of some of the more popular Unix/Linux utilities to other operating systems such as AIX and Windows. I find it helpful to have the same utility on all the systems I work on, not just on a few them.
Are you searching for other programs of this nature or creating other cross-platform utilities of your own? If so, please share your progress. It would be nice to add more options to this list.
cal
http://unicorn.us.com/cal.html
lsof for AIX
https://github.com/aixoss/lsof
top for Unix and AIX systems
https://sourceforge.net/projects/unixtop/
ntop for Windows
https://github.com/gsass1/NTop
lsblk like utility for Windows
https://github.com/tenox7/lsblk
simple cross-platform ping
https://github.com/sryze/ping
ps style tools for Windows
https://github.com/joeattardi/winpstools
https://github.com/katakk/pkill/
uptime
https://github.com/qwercik/uptime
experimental dd implementation for Windows
https://github.com/sryze/wdd
dd for Windows
http://www.chrysocome.net/dd
busybox-w32 has ports of several utilities that will work on Windows including dd, df, grep, ps, su and others:
https://github.com/rmyorston/busybox-w32
nano for Windows
https://github.com/lhmouse/nano-win
I also have a port of nano for Windows. It works with PDCurses.
An older version of htop was patched for AIX support and I've added a similar patch to a later version. When the htop project was contacted regarding patches they responded they were not interested in adding AIX support to the official version.
I have simple cross-platform implementations of uptime, nproc and free which I've been working on.
Are you searching for other programs of this nature or creating other cross-platform utilities of your own? If so, please share your progress. It would be nice to add more options to this list.
cal
http://unicorn.us.com/cal.html
lsof for AIX
https://github.com/aixoss/lsof
top for Unix and AIX systems
https://sourceforge.net/projects/unixtop/
ntop for Windows
https://github.com/gsass1/NTop
lsblk like utility for Windows
https://github.com/tenox7/lsblk
simple cross-platform ping
https://github.com/sryze/ping
ps style tools for Windows
https://github.com/joeattardi/winpstools
https://github.com/katakk/pkill/
uptime
https://github.com/qwercik/uptime
experimental dd implementation for Windows
https://github.com/sryze/wdd
dd for Windows
http://www.chrysocome.net/dd
busybox-w32 has ports of several utilities that will work on Windows including dd, df, grep, ps, su and others:
https://github.com/rmyorston/busybox-w32
nano for Windows
https://github.com/lhmouse/nano-win
I also have a port of nano for Windows. It works with PDCurses.
An older version of htop was patched for AIX support and I've added a similar patch to a later version. When the htop project was contacted regarding patches they responded they were not interested in adding AIX support to the official version.
I have simple cross-platform implementations of uptime, nproc and free which I've been working on.