[Scons-users] global cleanup

Michael Schlenker msc at contact.de
Mon Aug 27 10:26:07 EDT 2012


Am 24.08.2012 14:46, schrieb Francis Bolduc:

>> then you can say rm -rf _* or rm -r -for _* ( on powershell for windows)

>

> You need to have a look at GNUWin32. It's a native port of all the

> programs you're used to have on non-Windows platforms, such as: ls,

> rm, cat, grep, mv, sed, less, mkdir, find and a lot more.

>

> Download from http://gnuwin32.sourceforge.net/ then add to your PATH

> environment variable and you've got an functional shell again.

Try Powershell, its actually a good shell.

And it defines a lot of aliases so unix people feel somewhat at home

And there is no need to use GNUWin32 or Cygwin or stuff like that, in
fact the Powershell commands are usually faster (e.g. try gnuwin32 rm
-rf on a large Build tree compared to PowerShell's Remove-Item -Recurse
of which rm is an alias).

Michael

--
Michael Schlenker
Software Architect

CONTACT Software GmbH Tel.: +49 (421) 20153-80
Wiener Straße 1-3 Fax: +49 (421) 20153-41
28359 Bremen
http://www.contact.de/ E-Mail: msc at contact.de

Sitz der Gesellschaft: Bremen
Geschäftsführer: Karl Heinz Zachries, Ralf Holtgrefe
Eingetragen im Handelsregister des Amtsgerichts Bremen unter HRB 13215


More information about the Scons-users mailing list