Is powershell a bash?



Is powershell a bash?..

Answer / Rahul Goel

No, PowerShell is not Bash. PowerShell is a task automation and configuration management framework developed by Microsoft for Windows, while Bash (Bourne Again Shell) is the default shell for Unix-like operating systems.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

How to debug the problems encountered in the shell script/program?

1 Answers  


Where is bash history?

1 Answers  


I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?

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.

1 Answers  


What is a program shell?

1 Answers  


How do you create a shortcut in linux?

1 Answers  


How do I stop script errors?

1 Answers  


Write a command sequence to find the count of each word?

1 Answers  


c program to check whether all the directories in the path exists has read and write permission

1 Answers  


The information of the two files should be redirect to Third file in such a way that, the third file contain the information like this. 1st line in third file should be from 1st file 2nd line in Third file should be from 2nd file 3rd line in Third file should be from 1st file 4th line in Third file should be from 2nd file - - so on

2 Answers   Caritor,


Why is shell scripting important?

1 Answers  


What is path variable bash?

1 Answers  


Categories