Skip to main content

Questions tagged [html]

HyperText Markup Language (HTML) is the main markup language for displaying web pages and other information that can be displayed in a web browser.

0 votes
1 answer
111 views

I tried to do this: curl "https://imslp.org/wiki/Goldberg-Variationen%2C_BWV_988_(Bach%2C_Johann_Sebastian)" | perl -nle 'print "$1" while /<span id="num-of-ratings-[0-9]{6}...
Signor Pizza's user avatar
3 votes
2 answers
203 views

The Issue I've been parsing a file with sed trying to tweeze out the desired data. This has worked fine for most lines in the file but there appears to be some embedded special characters that are ...
Gandalf's user avatar
  • 33
-2 votes
4 answers
226 views

I'd like to retrieve data from here https://www.sbs.com.au/ondemand/tv-series/la-unidad/season-1. I wget the page to file. The data I seek is in the form of (samples): https://www.sbs.com.au/ondemand/...
Tony Puryer's user avatar
1 vote
2 answers
369 views

I am trying to select "Bvlgari omnia crystalline'perfume' 100ml" by making use of xmllint from the codes below. But As I'm newbie in the field of linux,It is insanely difficult to figure out ...
bshi02's user avatar
  • 21
0 votes
1 answer
93 views

I'm trying to download a specific sitemap.xml (https://www.irna.ir/sitemap/all/sitemap.xml). The problem is that when you load the specific sitemap.xml for a few seconds one white page with a header ...
Amirali's user avatar
2 votes
2 answers
441 views

I have a website using the Python http.server module and it was working great. Earlier this day I wanted 2 users to work on the same files (HTML, CSS, JS) so I set the chmod tag to 777. The problem is ...
TheFrenchTechMan's user avatar
3 votes
4 answers
780 views

I am trying to convert delimited data format to html column table output for email printing and I am unsure how to use pipe delimiter as a separater for HTML tabular formatting. Below is what I could ...
Christopher Karsten's user avatar
0 votes
2 answers
130 views

My situation is simple : I have an HTML file with several lines containing only the indented <section> block tag, each line followed by an (also indented) <h3 id="YYYY">...</...
sylvansab's user avatar
  • 109
0 votes
1 answer
61 views

I'm building a pipeline in Snakemake to analyse some data. One of the data files I'm using is provided as supplemental data as part of this publication. The paper is behind a paywall, but I've ...
Whitehot's user avatar
  • 245
1 vote
3 answers
176 views

I have a following file: <head> <title>this is a title</title> <style> here goes a style sheet </style> </head> I need to strip the <title> element ...
jsx97's user avatar
  • 1,397
0 votes
1 answer
893 views

having a dilemma with downloading webpages and converting them to markdown, for example: F=$(curl -O --silent https://www.guru3d.com/story/msi-teases-spatium-m560-ssd-with-innovative-nonmetallic-vc-...
user avatar
1 vote
1 answer
103 views

I want to be able to handle any type of content stored into the bash variable ${CONTENT}, to be used as sed replacement text into another content, no matter if there are quotation marks, single quotes ...
Harry McKenzie's user avatar
0 votes
1 answer
1k views

I tried the options in Is there a script or tool that converts HTML to PDF? with command: pandoc documentation.html -o test.pdf --pdf-engine=xelatex but unfortunately they do not preserve the CSS ...
Harry McKenzie's user avatar
0 votes
3 answers
122 views

Consider my humble hello.html file, edited with mighty ed: $ ed hello.html 28 ,p <title>Hello world!</title> What's your general approach to edit inside that title HTML tag (bonus if you ...
mbigras's user avatar
  • 3,512
0 votes
2 answers
1k views

I'm trying to download this file https://www.apache.org/dyn/closer.cgi/hadoop/common/hadoop-3.3.6/hadoop-3.3.6.tar.gz with wget. When I try to unpack it with tar I get the following error: gzip: stdin:...
HectorN's user avatar
  • 17

15 30 50 per page
1
2 3 4 5
22