What is an sh file?
What is the use of "$?" Sign in shell script?
What is the difference between scripting and coding?
Explore about environment variables?
What does $0 mean in shell script?
How do I stop script errors?
write a shell script to emulate the Id command of PRIMOS which lists files and directories. It list files first with a header FILES and then directories with a header DIRECTORIES. This command has several options. The main ones are. -file select files only -dir select directories only -reverse sort in reverse order -no_header put no header on the output -brief output the header only -size display the size of each file -help display Id´s syntax and options.
Given a file find the count of lines containing the word "abc".
What will happen to my current process when I execute a command using exec?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
Suppose you execute a command using exec, what will be the status of your current process in the shell?
How to print all the arguments provided to the script?
I have 2 files and I want to print the records which are common to both.
How to get the first line from a file using just the terminal?
How do I open the shell in cmd?