Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 780 Bytes

File metadata and controls

16 lines (13 loc) · 780 Bytes

Fursa

Fursa first Assignment

Here are the questions:

1-Write a bash script that collects two numbers from the user and then prints a message if these two numbers are smaller or greater than 100.

2-Write a bash script that reads a temperature in Fahrenheit and converts it to Celcius

3-please write a script that finds the largest 10 files in a directory.

How to Run the script?

1- Download/clone this repository.
2-you should see a DIRECTORY called "Assignment1".
3- run this script file using the command "Assignment1/./assignment1.sh".
4-The prompt will ask you to choose the number of the question you want to test.
5-please choose a number between 1-3 to test the questions above, or write "4" to exit.

THANKS