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;








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


















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














-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 Apr 12 at 16:43









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 Apr 12 at 15:56









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













  • 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











0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

Cannot Extend partition with GParted 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 ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.