Online Word, DevOps tutor

4 weeks ago


Oakville, Ontario, Canada TeacherOn Full time
# /bin/bash
#echo "First Bash
fname=rajco
lname=siva
echo "welcome to ncpl $fname $lname"

# /bin/bash
#echo "First Bash
echo "enter the fname"
read fname
echo "enter the lname"
read lname
echo "welcome to ncpl $fname $lname"

# /bin/bash
#echo "First Bash
fname=$1
lname=$2
echo "welcome to ncpl $fname $lname"

# /bin/bash

num1=20
num2=230
num3=`expr $num1 + $num2` or num3=$(($num1 + $num2)) or num3 =$(expr $num1 + $num2)
echo $num3

# /bin/bash
count=5
count=`expr $count + 1 `
echo $count

x=10

y=20

# matching numbers with '='
res=`expr $x = $y`
echo $res

# displays 1 when arg1 is less than arg2
res=`expr $x \< $y`
echo $res

# display 1 when arg1 is not equal to arg2
res=`expr $x \= $y`
echo $res

#/bin/bash

# reading data from the user
read -r -p "Enter a: " a

read -r -p "Enter b: " b

add=$((a+b))
echo "Addition of a and b are: "${add}

sub=$((a-b))
echo "Subtraction of a and b are: "${sub}

mul=$((a*b))
echo "Multiplication of a and b are: "${mul}

div=$((a/b))
echo "Division of a and b are: "${div}

mod=$((a%b))
echo "Modulis of a and b are: "${mod}

((++a))
echo "Increment operator when applied on $a results into a :" "${a}"

((b))
echo "Decrement operator when applied on 'b' results into b :" "${b}"

#/bin/bash

#reading data from the user
read -p 'Enter a : ' a
read -p 'Enter b : ' b

if(( $a==$b ))
then
echo a is equal to b.
else
echo a is not equal to b.
fi

if(( $a=$b ))
then
echo a is not equal to b.
else
echo a is equal to b.
fi

if(( $athen
echo a is less than b.
else
echo a is not less than b.
fi

if(( $a$b ))
then
echo a is greater than b.
else
echo a is not greater than b.
fi

if(( $a>=$b ))
then
echo a is greater than or equal to b.
else
echo a is not greater than or equal to b.
fi

#/bin/bash

#reading data from the user
read -p 'Enter a : ' a
read -p 'Enter b : ' b

if(($a == "true" & $b == "true" ))
then
echo Both are true.
else
echo Both are not true.
fi

if(($a == "true" || $b == "true" ))
then
echo Atleast one of them is true.
else
echo None of them is true.
fi

if(( $a == "true" ))
then
echo "a" was initially false.
else
echo "a" was initially true.
fi

#/bin/bash

#reading data from the user
read -p 'Enter a : ' a
read -p 'Enter b : ' b

if(($a == "true" & $b == "true" ))
then
echo Both are true.
else
echo Both are not true.
fi

if(($a == "true" || $b == "true" ))
then
echo Atleast one of them is true.
else
echo None of them is true.
fi

if(( $a == "true" ))
then
echo "a" was initially false.
else
echo "a" was initially true.
fi

#/bin/bash

#reading data from the user
read -p 'Enter a : ' a
read -p 'Enter b : ' b

bitwiseAND=$(( a&b ))
echo Bitwise AND of a and b is $bitwiseAND

bitwiseOR=$(( a|b ))
echo Bitwise OR of a and b is $bitwiseOR

bitwiseXOR=$(( a^b ))
echo Bitwise XOR of a and b is $bitwiseXOR

bitiwiseComplement=$(( ~a ))
echo Bitwise Compliment of a is $bitiwiseComplement

leftshift=$(( a1 ))
echo Right Shift of b is $rightshift

expr length "rajco" "" 10

x=rajco

len=`expr length $x`

echo $len

:1,$d

# /bin/bash

echo "Enter the value a"
read a
if [ $a -lt 10 ]
then
echo "$a is leass than 10"
fi

And additional scripts related to this with examples

need a word document

Level:
Beginner

Gender Preference:
None

Meeting options:
Available online - via skype etc.
  • Online PCM tutor

    3 weeks ago


    Oakville, Ontario, Canada TeacherOn Full time

    a teacher who can help solve my doubts and teach me chapters for PCM.Level: Grade 11 Gender Preference: NoneMeeting options: Available online - via skype etc.


  • Oakville, Ontario, Canada TeacherOn Full time

    Hi,My name is Myrna. I am from Latakia, Syria originally. I have been in Canada for over 30 years.I have two kids who are very interested in learning To speak Arabic and specifically in the Syrian Arabic dialect. My kids are 14 and 16. I would love them to be able to speak the Arabic language.Please let me know if you are able to Commit to 2 lessons per...


  • Oakville, Ontario, Canada TeacherOn Full time

    Help needed with JavaScript assignment.Level: Bachelors/Undergraduate Gender Preference: NoneMeeting options: Available online - via skype etc.


  • Oakville, Canada TeacherOn.com Part time

    #! /bin/bash #echo "First Bash fname=rajco lname=siva echo "welcome to ncpl $fname $lname" ----------------- #! /bin/bash #echo "First Bash echo "enter the fname" read fname echo "enter the lname" read lname echo "welcome to ncpl $fname $lname" ------------------ #! /bin/bash #echo "First Bash fname=$1 lname=$2 echo "welcome to ncpl...

  • Tutor

    4 weeks ago


    Oakville, Canada Concept Mastery Full time

    At Concept Mastery, we recognize that behind every successful student is a dedicated and passionate tutor. Our commitment to education goes beyond just connecting students with tutors - it's about creating a nurturing environment where our educators feel valued, supported, and empowered. Our philosophy is simple: when we take care of our tutors, they can do...


  • Oakville, Canada TeacherOn.com Part time

    Hi, My name is Myrna. I am from Latakia, Syria originally. I have been in Canada for over 30 years. I have two kids who are very interested in learning To speak Arabic and specifically in the Syrian Arabic dialect. My kids are 14 and 16. I would love them to be able to speak the Arabic language. Please let me know if you are able to Commit to 2 lessons...


  • Oakville, Canada TeacherOn.com Part time

    Help needed with JavaScript assignment.Level: Bachelors/Undergraduate Gender Preference: NoneMeeting options: Available online - via skype etc.


  • Oakville, Canada Geotab Full time

    Who we are:Geotab ® is a global leader in IoT and connected transportation and certified “Great Place to Work™.” We are a company of diverse and talented individuals who work together to help businesses grow and succeed, and increase the safety and sustainability of our communities.Geotab is advancing security, connecting commercial vehicles to the...

  • Data Clerk

    3 weeks ago


    Oakville, Canada Organic Garage Full time

    ***: The position will assist in the verification, updating, inputting and management of data **SPECIFIC RESPONSIBILITIES**: - Verify invoices to ensure they match approved pricing - Update costing in approved order guides based on vendors monthly price updates and work with purchasing to provide them the information so they can review for retail price...

  • Data Clerk

    4 weeks ago


    Oakville, Canada Organic Garage Full time

    ***: The position will assist in the verification, updating, inputting and management of data **SPECIFIC RESPONSIBILITIES**: - Verify invoices to ensure they match approved pricing - Update costing in approved order guides based on vendors monthly price updates and work with purchasing to provide them the information so they can review for retail price...


  • Oakville, Canada Pallon Tech Full time

    Education: Bachelor's degree - Experience: 2 years to less than 3 years **Tasks**: - Develop policies - Administer programs to promote industrial and commercial business investment in rural and urban areas - Respond to enquiries from members of the business community concerning development opportunities - Prepare reports, research papers, educational texts...

  • Bookkeeper

    3 weeks ago


    Oakville, Canada Maria da Silva, Chartered Professional Accountant Full time

    Bookkeeper Job SummaryLooking for a skilled bookkeeper to play a key role on our growing team, providing back-office support to a variety of clients. You’ll be responsible for recording financial transactions including purchases, sales, receipts, and payments, and posting information to accounting journals and QuickBooks-Online. The ideal candidate is a...

  • Bookkeeper

    6 days ago


    Oakville, Canada Maria da Silva, Chartered Professional Accountant Full time

    **Bookkeeper Job Summary** **Compensation**: $25 - $30 hourly **Responsibilities**: - Bookkeeping: Enter data, maintain records, and produce financial reports - Assist in the Preparation of month end reporting packages and bank reconciliations, etc. - Record day-to-day financial transactions and complete the posting process - Verify that transactions are...

  • Marketing Assistant

    4 days ago


    Oakville, Canada The Momento Studio Inc. Full time

    Education: College/CEGEP - Experience: 2 years to less than 3 years **Work setting**: - Photographic studio **Tasks**: - Conduct surveys and analyze data on the buying habits and preferences of wholesale and retail consumers - Prepare reports, research papers, educational texts or articles - Advise clients on advertising or sales promotion strategies -...


  • Oakville, Canada PCL Constructors Canada Inc. Full time

    Responsibilities Understand and utilize PCL’s estimating manuals, systems and forms. Review quantity survey assignment with lead estimator or Chief Estimator. Gets the chance to perform assigned quantity survey and transfer quantities to the lead estimator. Provides quantities of major purchase items to purchasing department for pricing. Creates an impact...


  • Oakville, Canada PCL Constructors Canada Inc. Full time

    Responsibilities Understand and utilize PCL’s estimating manuals, systems and forms. Review quantity survey assignment with lead estimator or Chief Estimator. Gets the chance to perform assigned quantity survey and transfer quantities to the lead estimator. Provides quantities of major purchase items to purchasing department for pricing. Creates an impact...


  • Oakville, Canada PCL Constructors Canada Inc. Full time

    Responsibilities Understand and utilize PCL’s estimating manuals, systems and forms. Review quantity survey assignment with lead estimator or Chief Estimator. Gets the chance to perform assigned quantity survey and transfer quantities to the lead estimator. Provides quantities of major purchase items to purchasing department for pricing. Creates an impact...


  • Oakville, Canada PCL Constructors Canada Inc. Full time

    Responsibilities Understand and utilize PCL’s estimating manuals, systems and forms. Review quantity survey assignment with lead estimator or Chief Estimator. Gets the chance to perform assigned quantity survey and transfer quantities to the lead estimator. Provides quantities of major purchase items to purchasing department for pricing. Creates an impact...

  • Marketing Assistant

    4 weeks ago


    Oakville, Canada KLEEN & GREEN Full time

    Education: College, CEGEP or other non-university certificate or diploma from a program of 1 year to 2 years - Experience: 1 year to less than 2 years - or equivalent experience **Tasks**: - Act as spokesperson for an organization - Answer written and oral inquiries - Assist in the preparation of brochures, reports, newsletters and other material -...


  • Oakville, Canada AppleOne Full time

    Accounting Technician Oakville Full-time $70k - $75k + Benefits Duties: • Completion of full cycle bookkeeping for clients, including: o Prepare and maintain payroll and related government remittances/filings. o Record payroll transactions in clients bookkeeping records. o Recording expenses including those paid personally. o Prepare Harmonized...


  • Oakville, Canada CSN Collision Centres Full time

    **Primary objectives of the role** **Communications** - Develop articles and press releases for our website, social media and third-party websites for SEO, in collaboration with the SEO Specialist to improve organic and local search rankings and build online authority - Draft, edit, proofread and schedule all internal and external communications and...


  • Oakville, Canada ROUTEONE Full time

    The Business Development Representative will be responsible for increasing automotive dealer adoption and utilization of the RouteOne internet-based Credit Application System. The Business Development Representative will also work in conjunction with our field staff to increase dealer awareness. The purpose of this position is to grow revenue and manage...

  • marketing assistant

    2 weeks ago


    Oakville, Canada The Momento Studio Inc. Full time

    Education: Expérience: EducationCollege/CEGEPWork settingPhotographic studioTasksConduct surveys and analyze data on the buying habits and preferences of wholesale and retail consumersPrepare reports, research papers, educational texts or articlesAdvise clients on advertising or sales promotion strategiesAssist in the preparation of brochures, reports,...