Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
1031Post New Shell Script Questions
How can you get the value of pi till a 100 decimal places?
What is the first line in a shell script?
c program which behaves like a shell(command interpreter). it has its own prompt say "NewShell$".any normal shell command is executed from your shell by starting a child process to execute a system program corrosponding to the command
Why is a script important?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Write down the syntax for all the loops in shell scripting.
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
How do we create command aliases in a shell?
What is shell company all about?
What language is shell scripting?
What is the conditional statement in shell scripting?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
How to redirect both standard output and standard error to the same location?
How to print pid of the current shell?