Is powershell a bash?


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

Post New Answer

More Shell Script Interview Questions

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

4 Answers  


Is scripting and coding the same thing?

0 Answers  


What are the 3 standard streams in linux?

0 Answers  


In shell scripting if text is surrounded by single quotes what does it denotes?

3 Answers  


Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"

1 Answers  


c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l

0 Answers  


What does it mean to debug a script?

0 Answers  


What is scripting used for?

0 Answers  


How to get script name inside a script?

0 Answers  


Write a shell script to check whether a number is Armstrong number or not?

1 Answers   Flipkart,


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  


How to include comments in your shell scripts?

3 Answers  


Categories