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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T06:15:36+00:00 2026-06-13T06:15:36+00:00

When I run this command in the bash terminal it works: awk ‘{ sum

  • 0

When I run this command in the bash terminal it works:

awk '{ sum += $1 } END { print sum }' /user/dnaiel/test.txt > /user/dnaiel/sum.txt

But when I run this:

bsub -q priority -R'rusage[mem=2000]' -oo bin${count}.out -eo bin${count}.err \
"awk '{ sum += $1 } END { print sum }' /user/dnaiel/test.txt > /user/dnaiel/sum.txt"

It does not work. I also tried changing ‘ to \’ but also does not work.

I get the following errors:
for the first case:

awk: { sum +=  } END { print sum }
awk:           ^ syntax error

for the case I used \’

awk: '{
awk: ^ invalid char ''' in expression

Any ideas where I am messing up with the syntax? I am quite puzzled.

Thanks

  • 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-13T06:15:37+00:00Added an answer on June 13, 2026 at 6:15 am

    notice how the $1 has disappeared in the error message?

    awk: { sum +=  } END { print sum }
    awk:           ^ syntax error
    

    This is because in shell, when you quote something FIRST with dbl-quotes, as you have done with

    bsub -q priority -R'rusage[mem=2000]' -oo bin${count}.out -eo bin${count}.err \
    "awk '{ sum += $1 } END { print sum }' /user/dnaiel/test.txt > /user/dnaiel/sum.txt"
    

    any ${var} references are expanded to their value. The single-quotes have lost their magic power to prevent variable expansion when they are inside a dbl-quoted string.

    How to fix, escape your $s. not sure what bsub is, but this should do it:

    bsub -q priority -R'rusage[mem=2000]' -oo bin${count}.out -eo bin${count}.err \
    "awk '{ sum += \$1 } END { print sum }' /user/dnaiel/test.txt > /user/dnaiel/sum.txt"
    # -------------^^^
    

    IHTH

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

Sidebar

Related Questions

I am trying to run this dreadfully simple command in Bash java -cp nasa-top-secret.jar
I have a bash script, that I run like this via the command line:
I run this command : select * from LIST where JCODE = 8 and
I have run this command with root: [root@localhost git-shell-commands]# ssh git@192.168.1.12 git@192.168.1.12's password: Last
How do I run this command with subprocess? I tried: proc = subprocess.Popen( '''ECHO
I can run this command in SqlManager to detach the db ALTER DATABASE mydb
I am logged into my server as root and tried to run this command:
how to insert inner array in mongodb using php I run this command in
How can I run this on linux command line when my username has an
I have this command to go to every directory and once there run some

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.