How do I run a shell script on a mac?


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

Post New Answer

More Shell Script Interview Questions

What is the need of including script interpreter in your shell script?

2 Answers  


Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"

4 Answers  


What is another name for a bash shell script that you might see?

0 Answers  


what is info area how many types?

0 Answers  


What is wc in shell script?

0 Answers  






shell script for reverse the string

0 Answers  


Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"

6 Answers  


how can you execute the shell scripts?

4 Answers  


how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?

0 Answers  


Write a shell script to looking at the log file to see if the test has passed or not

2 Answers   TCS,


Determine the output of the following command: [ -z “” ] && echo 0 || echo 1

0 Answers  


What can you do with powershell?

0 Answers  


Categories