Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
No Answer is Posted For this Question
Be the First to Post Answer
Is shell a part of kernel?
RAM one table colums a1,a2,a3,a4 respective values 2,4,7,8 KRISH one table colums a1,a2,a3,a4 respective values 3,4,6,9 IN RAM & KRISH a4 column if comparing values RAM A4 - KRISH A4 ( 8-9 =1 THEN print 5 or (RAM) a4 value 10 KRISH a4 values 2 then 10 -2 =8 print 5*8=40 or diff 5 print same
What does $@ mean in shell?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Why is used in shell scripting?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
What are the different methods available to run a shell script?
Give some situations where typing error can destroy a program?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
What is shell scripting used for?
How to check if a directory exists?
How to make userdefined variables to available for all other shells?