Bash Scripting Quiz
Bash Scripting Quiz
- Can you write a script that checks if a specific website (e.g., example.com) is reachable using ping
4 times?
- Can you make a script that reads a list of employee names and their monthly salaries, calculates
- Can you write a script that takes a number of seconds as input and pauses for that duration using
What will the following command do: sleep 5 && echo "Done"?