Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9313911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T01:59:50+00:00 2026-06-19T01:59:50+00:00

I several HTML files that contain a tag for a name that I want

  • 0

I several HTML files that contain a tag for a name that I want to use for the actual file name.
Example HTML File:

    <div class="top">SomethingFile</div>
    <a href="../files/15d705df3.txt"/>

Output:
I want the SomethingFile tag to be the name of 15d705df3.txt

    15d705df3.txt --> SomethingFile.txt

I have about 800+ text and HTML files with this same format that I would like to rename. I have been attempting to get this working with awk, sed, and grep. But unfortunately I am at a loss and am stuck on creating the initial two variables and using these to rename the file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-19T01:59:51+00:00Added an answer on June 19, 2026 at 1:59 am

    Loop over the files, use sed to extract the new name of the file and then rename the file.

    for file in *
    do
        name=$(sed -n 's|.*<div class="top">\(.*\)</div>|\1|p' "$file")
        mv "$file" "$name.txt"
    done
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have html that looks like this with several items <div class=item> <p class=price>$388.00</p>
I need to parse invalid HTML files that contain several random elements (like BODY)
How would I split a HTML formatted file into several HTML files (complete with
I'm using a file, page.php, as an HTML container for several content files; i.e.,
I have a base template in Django and several html files that are children
Just wondering about this... I have several separate javascript files, that all contain code
I am trying to create a html out of several html files, but that's
I have several HTML files, each has a single <h1> tag in it. I
I have an application that fires several processes. Each process loads an HTML file
I'm using html agility pack to parse several text files that I load. I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.