UNIX script home work


 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions UNIX script home work
# 1  
Old 09-17-2019
UNIX script home work

plz can any one help to write the script of the output provided in the pdf.
There are 2 tasks A and B.

Last edited by mohdsadik90; 09-17-2019 at 12:44 AM..
# 2  
Old 09-17-2019
Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.
# 3  
Old 09-17-2019
Dear mohdsadik90,

You must do a lot more work that post your assignment in a PDF file and ask others to do you work for you.

You are not following forum rules and are really being very lazy and disrespectful of everyone here as well as your teacher at school.

If you do this again, I will have no choice but to ban you.

Sorry.
These 2 Users Gave Thanks to Neo For This Post:
# 4  
Old 09-17-2019
Code:
setting.sh
echo "*** MENU ***"
echo 1. Add a Setting
echo 2. Delete a setting
echo 3. View a setting
echo 4. View All Setting
echo Q - Quit
echo -e "\n"
read -p"CHOICE: "
read -p "Enter setting (format: ABCD=adcd): "
echo New setting not entered

Moderator's Comments:
Mod Comment You are not reading the rules. You are just posting without regard for the forum rules or guidelines.
# 5  
Old 09-17-2019
It is absolutely amazing to me that mohdsadik90 is posting here, asking such questions in such a lazy and uninformed way, regarding a graduate level course:

ICT Systems Administration Fundamentals KIT501

Code:
http://www.utas.edu.au/courses/2015/cse/units/kit501-ict-systems-administration-fundamentals

I am going to send the link of this thread to the university.

Edit: Done...

Image
This User Gave Thanks to Neo For This Post:
# 6  
Old 09-17-2019
mohdsadik90 knows what they are doing is wrong because as soon as I posted the message above, here is what they attempted to do:

Image

Let this be a warning to all students (especially university students!) who come here to get help, especially those who are cheating on their homework by coming to a forum and trying to get others to do their homework for them.

In this case, we are talking about a graduate level course. Amazing. Not one time in my long life as a student, did I ever ask others to do my homework for me. Not once in 18+ years of formal education.

Follow the rules, especially the rules about posting homework.

Thanks.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Script to report database home in unix

Hello: I am trying to build a ksh shell script which would summarize space occupied by "product" directory under /u*/app/oracle and summarize and report the total size occupied by it in one server. Environment is this... HP UNIX 11i Korn Shell some thing like ... (1 Reply)
Discussion started by: Sam1974
1 Replies

2. UNIX for Dummies Questions & Answers

SQL statement is not work on unix script

Hi, I have the following basic script. However, the statement (line 5) is not work. The output data is not able to set my request format a30. Any advise? :mad: echo " Column filename format a30"|sqlplus4 echo Input file list to check: read filelist for file in `cat $filelist.txt` do... (1 Reply)
Discussion started by: happyv
1 Replies

3. IP Networking

Setting to SSH home-PC from Work

Hello, My question is very basic for the settings to SSH my home PC from work. Home network two PC: Internet comes into my house through ISP modem and then the two PCs are connected with the router (Trendnet). The IPs for my PCs are How to set other stuffs for me to access my home PC from... (5 Replies)
Discussion started by: yifangt
5 Replies

4. Web Development

Home work

I am studying part-time degree course ( Information system ), I just ask to do the following question , but it is not easy for me as I do not have IT background , does someone can help for it. "Consider the following web application for a property agent : The server download to the client... (1 Reply)
Discussion started by: ust
1 Replies

5. What is on Your Mind?

Do You Work From Home?

Do you work from home (telecommute) more than half time each week? (18 Replies)
Discussion started by: Neo
18 Replies

6. UNIX for Dummies Questions & Answers

why doesn't this script work on my home computer?

Now it could be as simple as at work I use tsch, and at home it is bash. Warning, first post and I am a complete newbie to unix. At work, I use a simple script for updating a window when I am watching to see how a render is doing... while 1 echo --------------------------- echo ls -lrth... (1 Reply)
Discussion started by: iStealMusic
1 Replies
Login or Register to Ask a Question