Suppose you execute a command using exec, what will be the status of your current process in the shell?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of "$?" Sign in shell script?
How will you pass and access arguments to a script in linux?
What is awk in shell script?
What is the use of a shebang line?
What is option in shell script?
What are the different kinds of loops available in shell script?
Is powershell a language?
What does it mean to debug a script?
Write a shell script to looking at the log file to see if the test has passed or not
What language is bash?
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.
c program to display the information of given file similar to givan by the unix or linux command ls -l