Search Results

Search: Posts Made By: eggisbad
2,166
Posted By eggisbad
How to shorten my code?
salary_range_report()
{
echo -e ${underline}$redYellow"\nSalary Range Report\n"
tput sgr0

count_0_to_999=0
count_1000_to_2999=0
count_2000_to_5999=0
count_6000_to_9999=0...
844
Posted By eggisbad
omg thank you what a stupid syntax error of mine,...
omg thank you what a stupid syntax error of mine, overlooked it :(
844
Posted By eggisbad
Problem with multiplications
computeHourly()
{
otHours=0;
echo -en "Enter hourly wage: "
read hourlyWage
echo -en "Enter hours worked this week: "
read hoursWorked
if [ $hoursWorked -gt 40 ]
then
otHours=`expr...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy