I have a text file, the content is made of custom tags :
<description>text</description><shortdescription>text for short description</shortdescription>
I want to extract in Linux command line the content of , which is "text for short description" and output its length if it is possible. Thank you.