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 6012807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T02:27:27+00:00 2026-05-23T02:27:27+00:00

I want to do two tasks but I don’t know how: Read from terminal

  • 0

I want to do two tasks but I don’t know how:

  1. Read from terminal the value of a select? I know the name of the select and all the options of this select. I can’t change the web and I need to access this data through terminal.

  2. Change the value of this select with a valid option using Terminal too.

I tried with wget www.webpage.com/index.html?selectname= but it doesn’t work.

  • 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-05-23T02:27:28+00:00Added an answer on May 23, 2026 at 2:27 am

    What mean by “access”? You can fetch the full page with wget for example, or by pure bash:

    url="$1"
    uri=($(echo "$url" | sed 's~http://\([^/][^/]*\)\(.*\)~\1 \2~'))
    HOST=${uri[0]:=localhost}
    FILE=${uri[1]:=/}
    exec {SOCKET}<>/dev/tcp/$HOST/80
    echo -ne "GET $FILE HTTP/1.1\nHost: $HOST\n\n" >&${SOCKET}
    <&${SOCKET} sed -e '1,/^.$/d'
    

    If you want browsing from terminal, try “lynx“.

    Honestly, have no idea what you mean with: I can’t change the web and I need to access this data through terminal.

    And in the 2.: Change the value of this select with a valid option using Terminal too. How change? Want change the source of the html? Or you mean submit the form with some select(ed)-value?

    Submitting a form maybe easy or not. Depends on several factors. It is GET or POST? What is the FORM’s submit url? etc.. etc…

    Or want something other?

    Is is impossible answer your question in this form.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two tables containing Tasks and Notes, and want to retrieve a list
I want two special methods: one that runs for all URLs one that runs
When moving a file from old.package to new.package I want two things to happen:
I want to swap two integers, and I want to know which of these
I've sort of been trying EBS on my personal project tasks, but two things
Suppose we want two constructors for a class representing complex numbers: Complex (double re,
I'm currently building my personal website in ASP.Net MVC and I want two versions
I want these two print functions to do the same thing: unsigned int Arraye[]
I want to compare two ms-access .mdb files to check that the data they
I want to have two items on the same line using float: left for

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.