Question: question 1 Write a bash script named start.sh to print rows stars to match the pattern below: No need to use loops etc. Expected only

question 1

Write a bash script named start.sh to print rows stars to match the pattern below:

No need to use loops etc. Expected only a bunch of echo statements

question 1 Write a bash script named start.sh to print rows stars

Question 2

Write a bash script called greeting.sh that prints - a greeting to the user by (user) name, (Such as Good Morning rainyday) - prints the current date, and - prints a list of users currently running processors on your computer (use ps command) Note: If there are no users in the system you are working on except you, the list will be empty. For example, your output might look like the following if there are other users (Specially in a distributed system): Hello rainyday Todays's date: Sun, Jan 09, 2022 9:22:50 AM Current processes running..... PID PPID PGID WINPID TTY UID STIME COMMAND 12292 5536 12292 11852 pty0 197610 08:24:34 /usr/bin/bash 2760 12292 2760 2760 pty0 197610 17:20:50 /usr/bin/bash 5536 1 5536 5536 ? 197610 08:24:34 /usr/bin/mintty 7492 2760 2760 12540 pty0 197610 17:20:50 /usr/bin/ps Be sure to add comments to your script! Comments in bash scripts begin with #, except on the very first line

: iff # #

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!