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

  • Home
  • SEARCH
  • 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 207939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T17:46:49+00:00 2026-05-11T17:46:49+00:00

This program I use has it’s own variables to set when you run it,

  • 0

This program I use has it’s own variables to set when you run it, so I want to set those variables and then greping the output then storing it inside a variable. However, I don’t know how to go about this the correct way. The idea I have doesn’t work. The focus is on lines 7 through 14.

1  #!/usr/local/bin/bash
2  source /home/gempak/NAWIPS/Gemenviron.profile
3  FILENAME="$(date -u '+%Y%m%d')_sao.gem"
4  SFFILE="$GEMDATA/surface/$FILENAME"
5  echo -n "Enter the station ID: "
6  read -e STATION
7  OUTPUT=$(sflist << EOF
8  SFFILE = $SFFILE
9  AREA = @$STATION
10 DATTIM = all
11 SFPARM = TMPF;DWPF
12 run
13 exit
14 EOF)
15 echo $OUTPUT

But I get this:

./listweather: line 7: unexpected EOF while looking for matching `)'
./listweather: line 16: syntax error: unexpected end of 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-05-11T17:46:49+00:00Added an answer on May 11, 2026 at 5:46 pm

    Putting together everyone’s answers, I came across a working solution myself. This code works for me:

    #!/usr/local/bin/bash
    source /home/gempak/NAWIPS/Gemenviron.profile
    FILENAME="$(date -u '+%Y%m%d')_sao.gem"
    SFFILE="$GEMDATA/surface/$FILENAME"
    echo -n "Enter the station ID: "
    read -e STATION
    
    OUTPUT=$(sflist << EOF
    SFFILE = $SFFILE
    AREA = @$STATION
    DATTIM = ALL
    SFPARM = TMPF;DWPF
    run
    exit
    EOF
    )
    echo $OUTPUT | grep $STATION
    

    Thanks everyone!

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

Sidebar

Ask A Question

Stats

  • Questions 128k
  • Answers 128k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer __declspec(align(16)) float a[4] = { 10, 20, 30, 40 };… May 12, 2026 at 5:44 am
  • Editorial Team
    Editorial Team added an answer "Java side": Apache ODE (Orchestration Director Engine) executes business processes… May 12, 2026 at 5:44 am
  • Editorial Team
    Editorial Team added an answer This is a multipass algorithm (therefore, you must be able… May 12, 2026 at 5:44 am

Related Questions

This program I use has it's own variables to set when you run it,
I am writing a fairly large and complex data analysis program and I have
I don't know how authoritative this is but I found this: http://www.sqlite.org/cvstrac/wiki?p=PerformanceConsiderations and it
This is the situation : I mostly program C# and have written types in
c program compiler gcc I have 3 files. main.c stop_watch.h and stop_watch.c This program

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.