wget for windows ( Linux Tools for download file from URL , ex . http://www.aaa.com/myfile.html )
http://pages.interlog.com/~tcharron/wgetwin.html
WinDiff
http://www.computerperformance.co.uk/w2k3/utilities/windiff.htm
( change font to 10 , for easy reading )
c:\>wget\wget http://www.google.co.th
--02:05:12-- http://www.google.co.th:80/
=> `index.html.1'
Connecting to www.google.co.th:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
0K -> ........
02:05:13 (8.60 KB/s) - `index.html.1' saved [8805]
c:\>dir *.*
10/17/2010 02:06 AM 8,805 index.html
======================================
example with findstr in win xp
C:\>
C:\>
C:\>d:\wget\wget http://stackoverflow.com/questions/2967176/where-is-svn-exe-in-
my-machine
--02:11:21-- http://stackoverflow.com:80/questions/2967176/where-is-svn-exe-in-
my-machine
=> `where-is-svn-exe-in-my-machine'
Connecting to stackoverflow.com:80... connected!
HTTP request sent, awaiting response... 200 OK
Length: 39,609 [text/html]
0K -> .......... .......... .......... ........ [100%]
02:11:26 (37.77 MB/s) - `where-is-svn-exe-in-my-machine' saved [39609/39609]
C:\>type where-is-svn-exe-in-my-machine | findstr /N "jquery"
14: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/
jquery/1.4.2/jquery.min.js"></script>
C:\>
This example , found jQuery in this page at line 14 .
No comments:
Post a Comment