क्या कोई साधारण बैश टूल है जो मूल HTML को जल्दी से प्रस्तुत कर सकता है?


38

समय-समय पर मुझे एक सरल कार्य करने की आवश्यकता होती है जहां मैं मूल HTML को कंसोल में आउटपुट करता हूं। मैं इसे एक नज़र में पढ़ने के लिए आसान बनाने के लिए, इसे न्यूनतम रूप से प्रदान करना चाहता हूं। क्या कोई उपयोगिता है जो शेल में बुनियादी HTML प्रतिपादन को संभाल सकती है ( लिंक्स -स्टाइल प्रतिपादन के बारे में सोचें - लेकिन वास्तविक ब्राउज़र नहीं)?

उदाहरण के लिए, कभी-कभी मैं watchअपाचे के mod_statusपृष्ठ पर रखूँगा :

watch -n 1 curl http://some-server/server-status

पृष्ठ का आउटपुट HTML कुछ न्यूनतम मार्कअप के साथ है, जो शेल में दिखाता है जैसे:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html><head>
<title>Apache Status</title>
</head><body>
<h1>Apache Server Status for localhost</h1>

<dl><dt>Server Version: Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.15 with Suhosin-Patch</dt>
<dt>Server Built: Jul 22 2014 14:35:25
</dt></dl><hr /><dl>
<dt>Current Time: Wednesday, 19-Nov-2014 15:21:40 UTC</dt>
<dt>Restart Time: Wednesday, 19-Nov-2014 15:13:02 UTC</dt>
<dt>Parent Server Generation: 1</dt>
<dt>Server uptime:  8 minutes 38 seconds</dt>
<dt>Total accesses: 549 - Total Traffic: 2.8 MB</dt>
<dt>CPU Usage: u35.77 s12.76 cu0 cs0 - 9.37% CPU load</dt>
<dt>1.06 requests/sec - 5.6 kB/second - 5.3 kB/request</dt>
<dt>1 requests currently being processed, 9 idle workers</dt>
</dl><pre>__W._______.....................................................
................................................................
................................................................
................................................................
</pre>
<p>Scoreboard Key:<br />
"<b><code>_</code></b>" Waiting for Connection,
"<b><code>S</code></b>" Starting up,
"<b><code>R</code></b>" Reading Request,<br />
"<b><code>W</code></b>" Sending Reply,
"<b><code>K</code></b>" Keepalive (read),
"<b><code>D</code></b>" DNS Lookup,<br />
"<b><code>C</code></b>" Closing connection,
"<b><code>L</code></b>" Logging,
"<b><code>G</code></b>" Gracefully finishing,<br />
"<b><code>I</code></b>" Idle cleanup of worker,
"<b><code>.</code></b>" Open slot with no current process</p>
<p />

जब लिंक्स में देखा जाता है तो उसी के रूप में HTML प्रस्तुत किया जाता है: Apache Status (p1 of 2) Apache Server Status for localhost

   Server Version: Apache/2.2.22 (Ubuntu) PHP/5.3.10-1ubuntu3.15 with Suhosin-Patch
   Server Built: Jul 22 2014 14:35:25
     ________________________________________________________________________________________________________

   Current Time: Wednesday, 19-Nov-2014 15:23:50 UTC
   Restart Time: Wednesday, 19-Nov-2014 15:13:02 UTC
   Parent Server Generation: 1
   Server uptime: 10 minutes 48 seconds
   Total accesses: 606 - Total Traffic: 3.1 MB
   CPU Usage: u37.48 s13.6 cu0 cs0 - 7.88% CPU load
   .935 requests/sec - 5088 B/second - 5.3 kB/request
   2 requests currently being processed, 9 idle workers

_C_______W_.....................................................
................................................................
................................................................
................................................................

   Scoreboard Key:
   "_" Waiting for Connection, "S" Starting up, "R" Reading Request,
   "W" Sending Reply, "K" Keepalive (read), "D" DNS Lookup,
   "C" Closing connection, "L" Logging, "G" Gracefully finishing,
   "I" Idle cleanup of worker, "." Open slot with no current process

2
bashबिल्कुल नहीं , लेकिन Xiki की जांच करें , यह ऐसा करता है और अधिक
आर्सोसिल

xiki कमाल की लग रही है।
MountainX

जवाबों:


50

lynxएक "डंप" मोड है, जिसका आप उपयोग कर सकते हैं watch:

$ watch lynx https://www.google.com -dump

आउटपुट का स्क्रीनशॉट

से man lynx:

   -dump  dumps  the  formatted  output  of  the default document or those
          specified on  the  command  line  to  standard  output.   Unlike
          interactive mode, all documents are processed.  This can be used
          in the following way:

          lynx -dump http://www.subir.com/lynx.html

          Files specified on the command line are  formatted  as  HTML  if
          their  names  end  with one of the standard web suffixes such as
          “.htm or “.html”.  Use the -force_html option to  format  files
          whose names do not follow this convention.

यह पूछो Ubuntu सवाल कई और विकल्प हैं।


2
लीनक्स महान है। यह भी एक बहुत ही उपयोगी उपकरण है जब आपका कनेक्शन बहुत खराब है और आपको किसी चीज़ के लिए साइट की जाँच करने की आवश्यकता है - कोई चित्र, स्क्रिप्ट या सीएसएस तेज पृष्ठ लोड के लिए नहीं बनाता है
jammypeach

12

w3mएक और कार्यक्रम है जिसमें एक --dumpविकल्प है।

यह बैकएंड इमैक का सबसे लोकप्रिय वेब ब्राउज़र है।


8

कम से कम दो कार्यक्रम हैं html2text( 1 ) ( 2 ) जो इस काम को करते हैं।


वास्तव में लेकिन - अगर उपलब्ध है - का उत्पादन w3mबहुत अधिक सुंदर esp है। तालिकाओं के लिए।
Suuuehgi

5

elinksहै -dumpमोड भी

elinks -dump https://www.google.com

यह भी देखें linksकि किस elinksपर आधारित है। समान कमांड काम करता है ...
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.