How to enable the shell to know what program should be run
to interpret the script?
Answers were Sorted based on User's Feedback
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
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
How shell works?
Write a shell script to check whether a number is Armstrong number or not?
What is difference between shell and bash scripting?
What are "c" and "b" permission fields of a file?
how to read systems current date and time
What is a file basename?
What is wc in shell script?
What is the command for " how many shell is running in your system or how many shell supported by your system " ?.
How can we find the process name from its process id?
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example