How will you connect to a database server from linux?
No Answer is Posted For this Question
Be the First to Post Answer
How do I start a shell script?
How do I run a powershell script?
What is subshell?
What is the equivalent of a file shortcut that we have a window on a linux system?
What are the different methods available to run a shell script?
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 is a shell script in windows?
Why do we use shell scripting?
Why are shell scripts used?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
What is echo $shell?
Write a shell program to test whether a given number is even or odd?