Why is used in shell scripting?
give me some website where i can get unix and testing meterials
How do you rename the files(*.sh) with file names containing space in it?for example "interview question.sh" needs to rename to "interview-question.sh". Appreciate your inputs.Thanks.
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
Give some situations where typing error can destroy a program?
What are different types of shell?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What exactly is a shell?
What is the significance of the shebang line in shell scripting?
why did you apply to shell
What is a shell script in windows?
What does $$ mean in shell script?
How can the contents of a file inside jar be read without extracting in a shell script?