shameless request for help with homework :-(


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting shameless request for help with homework :-(
# 1  
Old 09-26-2006
Question shameless request for help with homework :-(

okay, i am ashamed. i have an anxiety problem and foucs problems, which statement hopefully mitigates for me. okay, i've been running linux on my own for a couple of months, but I am really overwhelmed by trying to learn how to make awk scripts. let me state the project, and after that, what i know how to do.

/*****
1. Write a script that uses a command pipeline to compress the
contents of a file and then encrypts it, using a known key, and
writes the result to a new file.

Write another script that uses a command pipeline to take
the encrypted file, decrypts and uncompresses it to produce
the original file.

2. Write a script to find files starting in your home directory
that have not been accessed for 10 days and compress them.

3. When finished email me the three scripts in one message and sign the
message.
*******/

first, i don't know anything about a "known key" and the teacher has not responded to my questions about this. I can do "crypt key < file > file.crypt"
but that's it. and i understand awk at probably the basest level, like "awk '/chevy/' cars, but i don't understand the "{print $0 $NF }" part of the scripts.

I wish i had found this forum earlier, I'm so desperate, overwhelmed by all of this. the course is an online environment, so it's tough to get help from the teacher. thanks
# 2  
Old 09-26-2006
This is why I don't take online courses. If you don't know the subject already, you're in for a bad time. That's assuming their course software even works, which, often, it doesn't, and there's nobody there to fix it.

Unfortunately, if you'd read the rules, you'd know that "do not post homework problems" is explicitly one of them.
# 3  
Old 09-26-2006
reply

i will probably have to drop the course. then pay back the financial aid.
# 4  
Old 09-26-2006
Any particular reason you've turned off email and private messages?

Your guilt trip isn't helping.
# 5  
Old 09-26-2006
all i did was register twenty minutes ago. i'm on vocational rehabilitation, so i could maybe get them to pay a tutor.
# 6  
Old 09-26-2006
Ok, this is against the forum rules, and I am going to have to close the thread.

I think Corona688 was making a subtle suggestion here. Try clicking on 'User CP' and find the 'private messages' and/or email options, private communication between members is provided by these facilities.

Quote:
Originally Posted by Corona688
Any particular reason you've turned off email and private messages?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Request

hai is there any way to download and test vcs and vxvm in vmware x86 solaris 10 for education purpose only. i want to learn and practice in my pc. is there any alternate ways have guide me. (1 Reply)
Discussion started by: samiulla
1 Replies

2. IP Networking

necessary ARP request?

Hello, I have 2 clients with Unix installed. host1: eth0 (192.168.5.10) & eth1 (192.168.10.10) host2: eth0 (192.168.10.20) I've connected host1-eth1 to host2-eth0. host1-eth0 isn't connected. I started 'tcpdump' on wonder that host2 got ARP requests for 192.168.5.10. Any idea why host1... (2 Replies)
Discussion started by: daWonderer
2 Replies

3. Shell Programming and Scripting

awk request

Find the number of files with sizes > 100KB in /, /bin, /usr, /usr/bin and /usr/sbin directories and output them in a two column format with the name of the directory and the number of files. i tried with awk $>ls -lh | awk '/^-/ && $5 >= 100k {print $8 $5}' but it is not working pls... (1 Reply)
Discussion started by: abhikamune
1 Replies

4. UNIX for Dummies Questions & Answers

urgent request

While executing a ksh file with a input parameter in background like the following bash-2.03$nohup fil.ksh 4 & the nohup session is stopped. The same ksh file while executed like bash-2.03$fil.ksh 4 works fine. I am trying the above in Solaris 5.8 in bash shell. Please let me... (2 Replies)
Discussion started by: kkna
2 Replies

5. Solaris

urgent request!!!!!!!

hi, i want to create oracle managed filesystem ASM in unix. i have a solaris machine which has some empty mounts. but,when i say format Searching for disks...done No disks found! and... cat /etc/vfstab #device device mount FS fsck mount mount #to... (6 Replies)
Discussion started by: rags_s11
6 Replies

6. Post Here to Contact Site Administrators and Moderators

Request

Hi; I'd like to change my user name. How can i do that? (1 Reply)
Discussion started by: moe2266
1 Replies

7. UNIX for Advanced & Expert Users

a request for help...

Hi, An evil person hacked into my computer last night-- I had a 2nd user account which I used only to allow clients to scp files to me, and this account had a rather 'dumb' password... This was the account that got hacked, anyway, my mailq was filled with thousands of spam emails, so I... (1 Reply)
Discussion started by: patrick99e99
1 Replies
Login or Register to Ask a Question