About shell scripting [on hold] The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 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?

Why not take a picture of a closer black hole?

Problems with Ubuntu mount /tmp

How should I replace vector<uint8_t>::const_iterator in an API?

Sort list of array linked objects by keys and values

Single author papers against my advisor's will?

Mortgage adviser recommends a longer term than necessary combined with overpayments

"... to apply for a visa" or "... and applied for a visa"?

Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?

Derivation tree not rendering

How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time

Relations between two reciprocal partial derivatives?

How do I add random spotting to the same face in cycles?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

How do you keep chess fun when your opponent constantly beats you?

Python - Fishing Simulator

What is special about square numbers here?

How can I protect witches in combat who wear limited clothing?

Create an outline of font

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?

How did passengers keep warm on sail ships?

Was credit for the black hole image misattributed?

Does Parliament hold absolute power in the UK?

What do you call a plan that's an alternative plan in case your initial plan fails?

Arduino Pro Micro - switch off LEDs



About shell scripting [on hold]



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
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 yesterday


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
    yesterday











  • 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
    yesterday


















-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 yesterday


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
    yesterday











  • 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
    yesterday














-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 yesterday









ctrl-alt-delor

12.5k52662




12.5k52662






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 yesterday









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 yesterday


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 yesterday


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
    yesterday











  • 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
    yesterday













  • 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
    yesterday











  • 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
    yesterday








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
yesterday





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
yesterday













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
yesterday






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
yesterday











0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

-shell-script

Popular posts from this blog

Creating 100m^2 grid automatically using QGIS?Creating grid constrained within polygon in QGIS?Createing polygon layer from point data using QGIS?Creating vector grid using QGIS?Creating grid polygons from coordinates using R or PythonCreating grid from spatio temporal point data?Creating fields in attributes table using other layers using QGISCreate .shp vector grid in QGISQGIS Creating 4km point grid within polygonsCreate a vector grid over a raster layerVector Grid Creates just one grid

Why is this plane circling around the Lucknow airport every day?Why do aircraft on Flight Radar 24 jump around randomly sometimes?What airport has this walkway over a taxiway?How does Chicago O'Hare's tower sequence aircraft at peak capacity?Which airport is featured in this Delta commercial?After a crash, for how long is the airport closed?Can a passenger plane stand still in the air, or hover at a fixed location above a ground?What are those trucks towing around, and why?What is this airport outside of Cairo, Egypt?Which US airport has the lowest circling MDH?What is this airport video?

What is this called? Old film camera viewer?What makes a good film camera?What to do with an old film camera?What should one look for when buying a used film camera?What is the value and age of this pre-1967 Ricoh 35 mm camera?DSLR recommendation, question about old Canon 35mm film Camera & lensesCan anyone identify the silver rangefinder-style camera in this advertisement?What kind of a Polaroid 600-camera is this?Will an old film camera still work even when not used in a very long time?What is this camera / Can I develop the film?How to fit an action camera into antique (bellows) housing?What to check when buying used and old film bodies?