How do I run a .sh file?
No Answer is Posted For this Question
Be the First to Post Answer
What is awk in shell script?
How to find all the files modified in less than 3 days and save the record in a text file?
Explain about the slow execution speed of shells?
What are types of shells?
Is shell script a programming language?
What is console line?
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.
What language is shell scripting?
What is Path variable?What is its use?
What is echo $shell?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"