About shell scripting [on hold] The 2019 Stack Overflow Developer Survey Results Are In ...

What other Star Trek series did the main TNG cast show up in?

Why doesn't a hydraulic lever violate conservation of energy?

How do spell lists change if the party levels up without taking a long rest?

Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?

How to read αἱμύλιος or when to aspirate

Using dividends to reduce short term capital gains?

What can I do to 'burn' a journal?

Why not take a picture of a closer black hole?

Why can't wing-mounted spoilers be used to steepen approaches?

Would an alien lifeform be able to achieve space travel if lacking in vision?

Didn't get enough time to take a Coding Test - what to do now?

Is this wall load bearing? Blueprints and photos attached

Sub-subscripts in strings cause different spacings than subscripts

Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?

Huge performance difference of the command find with and without using %M option to show permissions

Windows 10: How to Lock (not sleep) laptop on lid close?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

Make it rain characters

Accepted by European university, rejected by all American ones I applied to? Possible reasons?

Is every episode of "Where are my Pants?" identical?

Do warforged have souls?

How to make Illustrator type tool selection automatically adapt with text length

Could an empire control the whole planet with today's comunication methods?

Solving overdetermined system by QR decomposition



About shell scripting [on hold]



The 2019 Stack Overflow Developer Survey Results Are In
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
2019 Community Moderator Election ResultsUnix commands for generating random alphabetChecking the status of custom services with a scriptHow to make my bash script be able to create an log file for a clamscan running in cron?Create formatted text file from file names using bashDifferent behavior in shell script vs in shell?Parallel Python scripts on a remote machineBash: calculate the time elapsed between two timestampsShell script does not run java, wrong parametersHow to find lines with different values in 5th column which share the same 2nd column?Script to find files less permissive than 750?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







-8















Write a Linux Bash shell script to compute the bonus for a salesperson as per the given pseudocode.
Convert the following pseudocode into a Bash script:




  • Read SalesPerson and QuarterlySales from the keyboard.

  • Display an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges:


    • £1,000,000 and above. Bonus = £1,500

    • £100,000 to £999,999. Bonus = £750

    • £99,999 and below : No Bonus












share|improve this question









New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Kusalananda 7 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

    – DopeGhoti
    7 hours ago











  • I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

    – Kusalananda
    7 hours ago




















-8















Write a Linux Bash shell script to compute the bonus for a salesperson as per the given pseudocode.
Convert the following pseudocode into a Bash script:




  • Read SalesPerson and QuarterlySales from the keyboard.

  • Display an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges:


    • £1,000,000 and above. Bonus = £1,500

    • £100,000 to £999,999. Bonus = £750

    • £99,999 and below : No Bonus












share|improve this question









New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as unclear what you're asking by Kusalananda 7 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • 1





    Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

    – DopeGhoti
    7 hours ago











  • I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

    – Kusalananda
    7 hours ago
















-8












-8








-8








Write a Linux Bash shell script to compute the bonus for a salesperson as per the given pseudocode.
Convert the following pseudocode into a Bash script:




  • Read SalesPerson and QuarterlySales from the keyboard.

  • Display an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges:


    • £1,000,000 and above. Bonus = £1,500

    • £100,000 to £999,999. Bonus = £750

    • £99,999 and below : No Bonus












share|improve this question









New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












Write a Linux Bash shell script to compute the bonus for a salesperson as per the given pseudocode.
Convert the following pseudocode into a Bash script:




  • Read SalesPerson and QuarterlySales from the keyboard.

  • Display an appropriate message regarding the bonus when the QuarterlySales for the SalesPerson falls within these ranges:


    • £1,000,000 and above. Bonus = £1,500

    • £100,000 to £999,999. Bonus = £750

    • £99,999 and below : No Bonus









shell-script






share|improve this question









New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 7 hours ago









ctrl-alt-delor

12.4k52662




12.4k52662






New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 hours ago









Jacob ShahasJacob Shahas

1




1




New contributor




Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Jacob Shahas is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as unclear what you're asking by Kusalananda 7 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as unclear what you're asking by Kusalananda 7 hours ago


Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.










  • 1





    Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

    – DopeGhoti
    7 hours ago











  • I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

    – Kusalananda
    7 hours ago
















  • 1





    Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

    – DopeGhoti
    7 hours ago











  • I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

    – Kusalananda
    7 hours ago










1




1





Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

– DopeGhoti
7 hours ago





Welcome to U&L- a place where we ask and answer questions and help people with problems with their scripts. U&L is not a scriptwriting service. What have you tried? How did it not work as expected or intended?

– DopeGhoti
7 hours ago













I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

– Kusalananda
7 hours ago







I'm closing this question as "unclear". It's unclear what your issue is with solving this homework question. Please edit the question to clarify what the issue is and do include any code that you may have already written, or ideas about how to solve the assignment. The question may then be reopened by a moderator or through review.

– Kusalananda
7 hours ago












0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Hudson River Historic District Contents Geography History The district today Aesthetics Cultural...

The number designs the writing. Feandra Aversely Definition: The act of ingrafting a sprig or shoot of one...

Ayherre Geografie Demografie Externe links Navigatiemenu43° 23′ NB, 1° 15′ WL43° 23′ NB, 1°...