• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Fav Unix/linux/solaris tool/command you'd like to see in windows?

find - nothing like it in the Windows CLI
wget
less
vi/vim
ps/kill

All of them are available under cygwin or as ports, but none quite feel as good as under *nix
 
Everything I'd like to see in Windows I have for Windows. Those that don't exist I just wrote myself, but Cygwin carries most of what I need.
 
Originally posted by: dwell
find - nothing like it in the Windows CLI
wget
less
vi/vim
ps/kill

All of them are available under cygwin or as ports, but none quite feel as good as under *nix
Something similar to ps and kill exist on windows. They are caled tasklist.exe and taskkill.exe.
 
Back
Top