School assignment


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting School assignment
# 1  
Old 12-08-2006
School assignment

Hi, I have assignment from school. Please help me write the script for following example

Using "eval", write a program called "recho" that prints its arguments in reverse order.

For example,

$recho one two three

should produce

three two one
# 2  
Old 12-08-2006
sorry, gumba, no homework postings allowed per the Rules.

Give it a try yourself and come back with the specific questions if/when you get stuck.
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

HELP PLEASE!! school assignment due in two hours!!

The assignment is worth 100 points. Write a shell script that implements a report writer. The script file should be called "report" and should be invocable as report from the command line. In your script you may use common Unix commands: make sure that your script runs fine on... (1 Reply)
Discussion started by: hckygoli31
1 Replies

2. Shell Programming and Scripting

Help with school homework

ok its a simple script, but i can't get it to run right. i'm totally lost. can anyone help me with this. heres the question........create a shell script called minute.bash that starts the command labs/bash/count.sh and lets it run for 1 minute and then stops it. count.sh is a simple... (1 Reply)
Discussion started by: AtomJ22
1 Replies

3. OS X (Apple)

school unix

i have really no administrative privileges at my school how can i add my self to passwd and create a root account? (6 Replies)
Discussion started by: shanepowell
6 Replies

4. IP Networking

School Blocking

I'm in highschool. They blocked my favorite site. How do I disable websense without getting caught on that particular webpage? Is it even possible? *twitch* I would also like to get as much UNIX for beginners information, so if someone might point me in the right direction so I don't have to read... (1 Reply)
Discussion started by: Satine
1 Replies
Login or Register to Ask a Question