Os Lab4 Eac22045 Shell Program
Os Lab4 Eac22045 Shell Program
1. Write a shell script to generate emails in the given format and write it into a file. Your script should
accept sender and recipient email id’s and subject as command line arguments. From:
[email protected]
To: [email protected] Cc: [email protected]
Subject: Subject 1
This email is generated by my shell script.
Thanks and regards
S4 CSE student
Amritapuri
2. Modify Question 1 to allow user to enter text at the beginning of email content, by passing it as a
command line argument.
3. Write a shell script to print all the primes below a given number.
19EAC211 OPERATING SYSTEM