Is shell and terminal the same?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
What is an inode block?
Write down the syntax of "for " loop
Explain about debugging?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What are the different types of variables used in shell script?
what is info area how many types?
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk
What is Path variable?What is its use?
What is web script?
How to write an Auto scripting for deleting old files using shell script and made a cron job to run on daily basis