What is path in shell script?
Why is used in shell scripting?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
What is the first line in a shell script?
What is the command to find out today's date?
How will you find the 99th line of a file using only tail and head command?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
c program to display the information of given file similar to givan by the unix or linux command ls -l
Write the syntax for "if" conditionals in linux?
What does echo mean in scripting?
Explain about login shell?
How will you pass and access arguments to a script in linux?
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 will you print the login names of all users on a system?
How do I open the shell in cmd?