Post New Shell Script Questions
What is shell terminal?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
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 are the advantages of using shell scripts?
What does egrep mean?
How to open a read-only file in the shell?
How do I open the shell prompt?
What is basename in shell script?
What is the first line in a shell script?
What is a batch file used for?
How can I send a mail with a compressed file as an attachment?
How does path variable work?
How will you find the 99th line of a file using only tail and head command?
Explain about echo command?
What is the difference between scripting and coding?