Have a suggestion?
Click here to suggest a blog item.
Newsletters Archive
Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.
Editorial Integrity
DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.
Latest News
July 2, 2024
Server Migrations Coming
- Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..
July 19, 2022
Software Update
Jan 3, 2022
Event Results
May 13, 2020
Software Updates
Mar 24, 2020
Mini Newsletter
Dec 30, 2019
Software Updates
Jan 22, 2020
Software Updates
Jan 12, 2020
Newsletter
Jan 3, 2020
Event Results
Jan 2, 2020
Software Updates
Dec 30, 2019
Software Updates
- Automatic Screenshotter v1.16
- Screenshot Captor v4.35 beta
- Find and Run Robot v2.238 beta
- Clipboard Help and Spell v2.46.01
- LaunchBar Commander v1.157
- Mousers Media Browser v2.0
- MultiPhoto Quotes v2.09.1
- DiscussionList for Android v1.08
April 27, 2019
Software Updates
Feb 26, 2019
Software Updates
Feb 23, 2019
Software Updates
Feb 14, 2019
Software Updates
Jan 6, 2019
Event Results
Dec 2, 2018
Software Updates
Nov 13, 2018
Software Releases
July 30, 2018
Software Updates
June 24, 2018
Software Updates
June 6, 2018
Software Updates
Apr 2, 2018
Fundraiser Celebration
Apr 2, 2018
Software Updates
Feb 24, 2018
Software Updates
Jan 14, 2018
Major Site News
Jan 10, 2018
Event Results
Latest Forum Posts
Of CourseHello, I sure am interested in your programs. I am a Disabled vet on a very fixed income. I hope you understand. I would like to get a membership if that is possible? [we give full memberships to anyone who can't afford to donate]
R.S.
Our daily Blog
This page spotlights the most interesting posts collected from our forum every day.
You are viewing a specific blog item. Click here to return to the main blog page.
UnxUtils - gnu commandline tools compiled for Windows[for those of you who like cygwin] uou might also check out UnxUtils (http://unxutils.sourceforge.net/). The UnxUtils package gas many of the same GNU command line utilties compiled directly to the Win32 API instead of to the cygwin posix API DLL. The advantages are: 1) you don't need to have the cygwin.dll somewhere on the path (admittedly, this is a pretty minor item) 2) the cygwin API has differences in how drives & paths are specfied on the command line (at least it did years ago when I last tried the Cygwin tools), so you have to learn to use /c/somedir/myfile.txt (or something similar) instead of c:\somedir\myfile.txt. The cygwin method is much more natural for Unix die-hards, while the UnxUtils syntax is more natural for someone like me who's more used to Windows. The disadvantages are: 1) the UnxUtils package is not as continuously maintained as cygwin and the utilities provided are somewhat older than you'll find in a current cygwin package. The UnxUtils package has not been updated in a long while (since 2003), but then again, how often does 'grep' need updating? |
||