On 10/27/12 03:10, Gerg wrote: > 2. However when I run PHP file, there is so much data that every web browser > crashes and it does not finish loading the page. > > 3. So I was wondering if it is possible to save all the data using VIM? > > Like: "read source from http://localhost" and "write the HTML result to > C:/output.htm"
I'm not sure Vim has any part in the equation. Just use "wget" or "curl" which will download the source of the page and save it to a file (or write it to stdout). -tim -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
