Can shell script run on windows?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

What is the use of .sh file?

0 Answers  


Why should we use shell scripts?

0 Answers  


Write down the syntax for all the loops in shell scripting.

0 Answers  


How does shell scripting work?

0 Answers  


What is awk in shell script?

0 Answers  






How would you print just the 25th line in a file using smallest shell script?

4 Answers  


write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null

1 Answers  


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.

0 Answers  


How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.

6 Answers   TCS,


What is the syntax of "grep" command?

4 Answers  


How can you get the value of pi till a 100 decimal places?

0 Answers  


Is scripting and coding the same thing?

0 Answers  


Categories