EPiWiki.se  - EPiServer notes shared with others
 

Cygwin

[Edit]
Cygwin is a porting of Linux commands to the windows platform.

Simple commands


Gets a runtime error log to the screen
tail –f EPiServerErrorLog.txt

Finds ALL occurrence of a text in files recursively
grep –ri text .

Grep on several patterns
grep -e pattern1 -e pattern1 -e pattern1

Wget


Download the whole EPiWiki web site
wget –r http://epiwiki.se

Netcat


Start a UDP test server with netcat on port 45000
nc -l -u -p 45000

Access a UDP port on local machine on port 45000
nc -u localhost 45000
Type characters and it will show up on the server above.

External links


Install Cygwin
Version author:
Mattias Lövström

EPiServer version

All