How do I run a shell script in powershell?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different shells available?
How do you find out What is your shell?
Calculate a real number calculation directly from the terminal and not any shell script.
Why is shell scripting important?
What does $@ mean bash?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
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"
Explore about environment variables?
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.
Why we are writting shell scripts? Plz if possible explain it briefly.
What language is shell scripting?
Suppose you execute a command using exec, what will be the status of your current process in the shell?