What is a program shell?
What is a shell script in windows?
How do we delete all blank lines in a file?
How to add some content in any file at some desired location without using VI or some other editor in UNIX
How can you get the value of pi till a 100 decimal places?
State the advantages of shell scripting?
How do I read a .sh file?
Explain about shebang?
c program to display the information of given file similar to givan by the unix or linux command ls -l
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What are the different types of shell scripting?
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?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.