What are the four fundamental components of every file system on linux?
No Answer is Posted For this Question
Be the First to Post Answer
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
Where is bash history?
What is the need of including script interpreter in your shell script?
How will you find the 99th line of a file using only tail and head command?
What is c in shell script?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
How do I open the shell in cmd?
what do u mean by $#,$* in unix programming?
What is the syntax of "nested if statement" in shell scripting?
I have 2 files and I want to print the records which are common to both.
What are script files?
how to get part of string variable with echo command only?