컬 wget - HTML 태그와 헤더를 무시하는 방법

컬 wget - HTML 태그와 헤더를 무시하는 방법

브라우저에 보이는 웹페이지의 내용만 어떻게 얻을 수 있나요...제목이나 HTML 태그는 필요없어요.. exp-http://www.linfo.org/cat.html..컨텐츠만 원합니다..도와주세요

답변1

페이지를 인쇄 가능한 형식으로 덤프하려면 텍스트 브라우저(예: lynx, w3m, elinks)를 사용할 수 있습니다. 이러한 브라우저에는 "-dump" 옵션이 있습니다.

페이지의 시작 부분입니다"링스 덤프":

   [1]LINFO

                               The cat Command

   cat is one of the most frequently used [2]commands on [3]Unix-like
   [4]operating systems. It has three related functions with regard to
   text files: displaying them, combining copies of them and creating new
   ones.

   cat's general syntax is

     cat [options] [filenames] [-] [filenames]

   The square brackets indicate that the enclosed items are optional.

관련 정보