Ask C/C++ Expert


Home >> C/C++

Display the command(s) used to do the following: create a script that uses case logic to have someone guess your...

Display the command(s) used to do the following: create a script that uses case logic to have someone guess your favorite sandwich, such as tuna. Show results.

Display the command(s) used to do the following: display the cclontents of .bashrc file. Next, use the vi editor to edit that file and put in an alias so that you see a long file listing of a directory every time you type list. Show results.

Display the command(s) used to do the following: use a command to simulate how you would troubleshoot a problem with the sandwich script you created in the question above. Show results.

What is wrong with the following lines of code?

While [ "$value" = "100" ; do

Echo "That's a large number." read value

Fi

There does not need to be a [

While and echo are capitalized

It only works on the number 100 Display the command(s) used to do the following: write a script that creates the following menu using a while loop and tput command:
Soup Menu
(t)omato
(b)ean
(s)quash

Select a soup ... (q) to quit

Show results.

What are the exit statuses of the test command discussed in this chapter and what do they mean? How can you view the exit status results of the test command directly from the command line? Show results.

Display the command(s) used to do the following: create a variable called mem_size and set its contents to 1024. Next, use the test command to determine if the contents of mem_size is less than or equal to 512. Show results.

Display the command(s) used to do the following: set your shell from the command line to be the bash shell. Then, use the echo command to verify the contents of the shell variable. What is now contained in the shell variable?

Use the test command to evaluate whether the shell variable contains a reference to the bash shell and use the echocommand to determine the result. (Note that this provides one way to verify from within a script that the script user is set up to use the bash shell.).

Show results.

Display the command(s) used to do the following: make your home directory your current working directory. Use the vi or Emacs editor to create the veg_choice script below. Enter a line in that script to ensure the script uses the bash shell. Run veg_choice to ensure your change works properly. Show results.

echo -n "What is your favorite vegetable?"
read veg_name
if test $veg_name = "broccoli"
then
echo "Broccoli is a healthy choice."
else
if [ "$veg_name" = "carrots" ]
then
echo "Carrots are great for you."
else
echo "Don't forget to eat your broccoli also."
fi
fi

Edit the veg_choice script again but, this time, change the line: if [ "$veg_name" = "carrots" ] to use the test command. Show results.

Display the command(s) used to do the following: create a shell variable that outputs the calendar for the current month (call it CALNOW).

How could you set up CALNOW so that it works every time you log in using the bash shell?

Show results.

Display the command(s) used to do the following: in your source directory, write a script called "them" in which you create a function called whoisthere that displays a listing of who is logged in and displays the column headings for the information displayed.
Make the contents of your "them" script resident in memory and test your whoisthere function.

Modify your whoisthere function so that you can enter "These are the folks logged in:" as an argument to appear before you list who is logged into the system.
What actions do you take next to use the whoisthere function with your modifications?
How can you set up your new whoisthere function so that it can be run each time you log in using the bash script?

Show results.

Troubleshoot the problems with the following script (there are 6 errors/corrections. Describe them below):
Script Name: record_entry
By: TRJackson
looptrack=y
while [ "$looptrack" = 1 ]
do
echo -n "Type in the account number:" read account
echo -n "Type the first and last name:" ; read full_name
echo -n "Type the age:" red age
echo -n "Enter another record?" ; read looptrack
finish

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M91326854
  • Price:- $10

Guranteed 24 Hours Delivery, In Price:- $10

Have any Question?


Related Questions in C/C++

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As