Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html file show on terminal linux

# You could always use the Lynx terminal-based web browser, which can be got by running
sudo apt-get install lynx.

# With Lynx, I believe the file can then be viewed using 
lynx <filename>

# 1 line:
 markdown MD.md > /tmp/temp-markdown-preview && lynx /tmp/temp-markdown-preview
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #html #file #show #terminal #linux
ADD COMMENT
Topic
Name
4+4 =