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 |
I want to connect to a remote server and execute some commands, how can I achieve this?
How to use arguments in a script?
How to customise the existing shell?
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.
How to redirect both standard output and standard error to the same location?
how to get part of string variable with echo command only?
What does chmod do?
What are the two files of crontab command?
How to calculate the number of passed arguments?
How do I save a powershell script?
write a shell program to check wheather a given string is pallindrome or not?
How can we find the process name from its process id?