What is the best scripting language?



What is the best scripting language?..

Answer / Sumit Pandey

The 'best' scripting language depends on individual needs and use cases. However, popular choices include Python, Bash (for Unix-based systems), JavaScript, Ruby, and Perl.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Shell Script Interview Questions

I want to connect to a remote server and execute some commands, how can I achieve this?

1 Answers  


How to use arguments in a script?

1 Answers  


How to customise the existing shell?

1 Answers  


write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.

2 Answers  


How to redirect both standard output and standard error to the same location?

1 Answers  


how to get part of string variable with echo command only?

1 Answers  


What does chmod do?

1 Answers  


What are the two files of crontab command?

1 Answers  


How to calculate the number of passed arguments?

1 Answers  


How do I save a powershell script?

1 Answers  


write a shell program to check wheather a given string is pallindrome or not?

4 Answers  


How can we find the process name from its process id?

1 Answers  


Categories