What is shell terminal?
No Answer is Posted For this Question
Be the First to Post Answer
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What is the use of "$?" Sign in shell script?
What is basename in shell script?
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 a shell script to get current date, time, user name and current working directory.
What does it mean to debug a script?
Explain about the exit command?
In which variable prompt value is stored?
I want to connect to a remote server and execute some commands, how can I achieve this?
How do you print the output the same string which is typed in command line. how do you write the shell script or command for this. if i entered "Hello" in command line, it should print 'Hello', if i say "Hello Welcome", i should get the "Hello Welcome" as output.?
What is Linux language details
What is meant by $1 in shell script?