About shell scripting [on hold] 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 Results Why I closed the “Why is Kali so hard” questionUnix 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?
If a contract sometimes uses the wrong name, is it still valid?
How to find out what spells would be useless to a blind NPC spellcaster?
Can an alien society believe that their star system is the universe?
Should I discuss the type of campaign with my players?
Extract all GPU name, model and GPU ram
Why aren't air breathing engines used as small first stages
How do I stop a creek from eroding my steep embankment?
Fundamental Solution of the Pell Equation
List of Python versions
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Why was the term "discrete" used in discrete logarithm?
ListPlot join points by nearest neighbor rather than order
Is the Standard Deduction better than Itemized when both are the same amount?
When do you get frequent flier miles - when you buy, or when you fly?
How to answer "Have you ever been terminated?"
Single word antonym of "flightless"
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
Why do people hide their license plates in the EU?
Why didn't this character "real die" when they blew their stack out in Altered Carbon?
Using audio cues to encourage good posture
What is the role of the transistor and diode in a soft start circuit?
Dating a Former Employee
How would the world control an invulnerable immortal mass murderer?
About shell scripting [on hold]
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 Results
Why I closed the “Why is Kali so hard” questionUnix 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
put on hold as unclear what you're asking by Kusalananda♦ Apr 12 at 16:05
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
put on hold as unclear what you're asking by Kusalananda♦ Apr 12 at 16:05
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.
2
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
Apr 12 at 15:57
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♦
Apr 12 at 16:05
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
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
New contributor
edited Apr 12 at 16:43
ctrl-alt-delor
12.5k52662
12.5k52662
New contributor
asked Apr 12 at 15:56
Jacob ShahasJacob Shahas
1
1
New contributor
New contributor
put on hold as unclear what you're asking by Kusalananda♦ Apr 12 at 16:05
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♦ Apr 12 at 16:05
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.
2
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
Apr 12 at 15:57
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♦
Apr 12 at 16:05
add a comment |
2
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
Apr 12 at 15:57
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♦
Apr 12 at 16:05
2
2
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
Apr 12 at 15:57
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
Apr 12 at 15:57
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♦
Apr 12 at 16:05
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♦
Apr 12 at 16:05
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
2
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
Apr 12 at 15:57
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♦
Apr 12 at 16:05