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;
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
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.
add a comment |
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
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
add a comment |
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
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
shell-script
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.
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
add a comment |
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
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
-shell-script
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