Sponsored Content
Top Forums Shell Programming and Scripting Unix Scripting Question (Homework) Post 302385166 by pitdark on Thursday 7th of January 2010 08:09:27 AM
Old 01-07-2010
Unix Scripting Question (Homework)

Hello im currently taking up Operating Systems and we're on unix ryt now. we have to make a script and here are the requirements.. can someone please help me. I would reli appreciate it.. because i dont reli know how to make scripts yet.

Name of script : parkingcharge.sh
Create a script that computes for the total parking charge of a customer. The following information are to be collected as inputs from the standard input :
Plate number (format : 7 characters, the first 3 are characters from ato z followed by a dash followed by a 3 digit number; i.e. : XXX-123)
Time in (format : military time; i.e. 1500 => 3 PM)
Time out (format : military time; i.e. 1900 => 7 PM)
Type of vehicle : can either be the following characeters: L, U or H which stands for Light vehicle, Utility vehicle or heavy vehicle respectively.
The parking lot operates starting at 7 AM and closes at 11:30 PM. The rates of the parking lot is as follows:
Standard parking fee (minimum of 2 hours) - 50 pesos
Succeeding hour or less in excess of 2 hours for :
Light vehicles - 5 pesos
Utility vehicles - 15 pesos
Heavy vehicles - 25 pesos
Futhermore, the maximum parking charge for the following vehicles applies:
Light vehicles - 100 pesos
Utility vehicles - 150 pesos
Heavy vehicles - 250 pesos
The script should be able to validate whether the time in and time out values are VALID inputs based on the value that is entered (time out > time in). Other validations are not to be filtered by the script. The output of the script is the parking charge of the vehicle and its details.
Sample run:
$ parkingcharge.sh
Please enter the plate number (i.e. : AAE-775) : XNY-123
Please enter the type of vehicle (L/U/H) : U
Please enter the time the vehicle entered the parking lot : 0845
Please enter the time the vehicle entered the parking lot : 1915
The vehicle with plate number XNY-123 was parked for 10 hours and 30 minutes. The parking charge for the vehicle is 150 pesos
Try again? : N
Sample run:
$ parkingcharge.sh
Please enter the plate number (i.e. : AAE-775) : GMA-111
Please enter the type of vehicle (L/U/H) : L
Please enter the time the vehicle entered the parking lot : 1245
Please enter the time the vehicle entered the parking lot : 1315
The vehicle with plate number XNY-123 was parked for 0 hours and 30 minutes. The parking charge for the vehicle is 50 pesos
Try again? : N
Note: Make sure the program keeps on repeating until the user enters ‘N' to quit the program.
Hint : You can use the following commands/control structure to complete your script : expr, if, test, for
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

another scripting question

I am writing a script that will identify the oldest file in a directory. Here's the syntax: #!/bin/ksh cd directory chmod 777 * ls -r -1t > file1 sed -n -e "1P" < file1 > file2 So my problem is, now I have file2, which contains the name of the oldest file in the directory. How do I use,... (1 Reply)
Discussion started by: kristy
1 Replies

2. Shell Programming and Scripting

another scripting question

Hello I am working on cleaning up permissions on Oracle mountpoints and datafiles in unix. I am looking for a script or a scripting idea to 1st. 1. grep for owner oracle 2. ensure its a directory owned for oracle 3. chmod 750 on the oracle owned directory. 4. grep for oracle files, etc... (3 Replies)
Discussion started by: jigarlakhani
3 Replies

3. Shell Programming and Scripting

Scripting question

Folks; I'm writing a shell script to extract some fields out of a log file & it will run periodically, how can i make it runs starting from where it left of. for example; if the script will do the extract every 2 days, let's say the first run will extract fields until July 25, 2007 @ 11:15:22... (1 Reply)
Discussion started by: moe2266
1 Replies

4. UNIX for Dummies Questions & Answers

Scripting question

folks; I have a script to remove any files that older than 14 days then move any files that younger than 7 days to another directory. but for some reason it doesn't move the files, when i do it manually it works but not through the script. i tried 2 different ways in writing the move part but it... (6 Replies)
Discussion started by: Katkota
6 Replies

5. Programming

Homework question

i just need guidance in this please. people who will argue " homeworks are not allowed" , i just need help not solutions . thanks CEG433/CEG633 - Operating Systems please (1 Reply)
Discussion started by: evantheking
1 Replies

6. Homework & Coursework Questions

Homework question

Hi : I cant understand some subjects on DATABASE Class here i'm in small twon i can't find someone to expalin it it to me How can i get good site to find any tutoring throgh the chat or any way i tried to find tutor in the irea but i failed . my question how to understand the... (1 Reply)
Discussion started by: Scotch
1 Replies

7. Homework & Coursework Questions

Perl Scripting issue - homework

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Here is the problem: Lesson 13 OBJ1: OST Class online. Write a script called obj13-1.pl and a library... (2 Replies)
Discussion started by: valhalla
2 Replies

8. UNIX for Dummies Questions & Answers

Question about shell scripting in UNIX

Unix script coding help? i am trying to write a code that will display following menu to user: (A) Add (B) Subtract (C) Multiply (D) Divide (E) Modulus (F) Exponentiation (G) Exit Then ask user for choice (A-F). After taking users choice ask user for two numbers and perform... (0 Replies)
Discussion started by: renegade755
0 Replies

9. Shell Programming and Scripting

Scripting question

hi all, I am writing a script and beginner in shell scripting. I have tried the below script. could you please check and let me know whether the below scirpt is correct. Unix details : HP Unix Input file. cat input.txt | tail -4 HTS40002.W1978.PROM HTS40003.W1978.PROM... (17 Replies)
Discussion started by: arun888
17 Replies

10. UNIX for Beginners Questions & Answers

Scripting Homework, need help

Hi I just started scripting in my Unix class, but can't understand it and have trouble with homework. This is my homework: Dean needs a daily written report of the status of his Unix computer. He wants to obtain certain information about users and processes that are only accessible by executing... (1 Reply)
Discussion started by: arbogastcarl
1 Replies
BATTLEBALL(6)							   Games Manual 						     BATTLEBALL(6)

NAME battleball - military version of soccer
SYNOPSIS
battleball [options] Players ... DESCRIPTION
BattleBall is essentially the game of soccer, played with military vehicles rather than with people. Each player drives a tank or flies a helicopter, and tries to move the ball down the playfield to the other team's goal. In BattleBall, the teams' "goals" are their headquar- ters buildings, positioned at the ends of the playfield. Hitting another team's headquarters building with the ball scores a point, knock- ing the building over in the process. Yes, realism was my ultimate goal in this game. OPTIONS
-ag ##l Set players' auto-gunner settings. The argument of this option is three characters: a single-digit number specifying firing accu- racy, a single-digit number specifying firing frequency, and one of the following letters specifying target selection: a - fire at all targets b - fire only at the ball v - fire only at vehicles n - no targets (i.e. do not fire) This option affects players which appear after it on the command line. The default is 43a. -ff d|b|t Make accidental 'friendly fire' from fellow teammates: d - dangerous (the default) b - blocked or t - transparent. -grav # Set gravity. Defaults to 0.031 m/iteration^2. -help Show the help screen -id # Set the inter-frame delay. If the game runs too slow, set this lower; if the game seems to lag behind your keystrokes, set this higher. Defaults to 30 milliseconds. -mtns # Set the number of mountains. Defaults to 8. -noag Disable human players' auto-gunner capability. -noap Disable human players' auto-pilot capability. -nobang Disable 'bangs' (the flashes at the end of a gun barrel) -noflyby Disable aircraft fly-bys. -nopause Disable players' use of the pause ('P') key. -noresize Do not automatically resize the window to fit the graphics. -noshade Disable shadows. Uses less cpu time. -out Allow vehicles to go outside of the playfield. -pts # Set number of points required to win. Defaults to 3. -rad # Set the 'radius' of the playfield. Defaults to 100 meters. -sb Single-buffer the game windows. -sd # Set the startup delay. The game will wait for this many seconds for players to get ready. -simple Use simpler graphics. Uses less cpu time. -snum # Set number of shells per player. Defaults to 3. -spow # Set shell power. Defaults to 1.6. -svel # Set shell muzzle velocity. Defaults to 1.5 meters/frame. At higher velocities, some collisions may not be reliably detected. -train Include a train running on a track around the playfield. -trees # Set the number of trees. Defaults to 12. -wf Use wireframe rendering. Uses less cpu time. PLAYERS &; TEAMS Battleball is played with teams of human and computer players. Up to six teams can play at once, and teams may have any combination of human and computer players. Human players are created by giving the name of an X display on the command line. Computer players are created by using the magic name 'comp' instead. Computer players may be created with specific auto-gunner settings. Use 'comp', followed by (no space) the three characters used in the -ag option, e.g. 'comp67b'. This overrides the -ag option. Commas between names put players on the same team; spaces between names separate teams. Teams may have any mix of human and computer play- ers. At least one player (one team) must be specified on the command line. However, soccer with just one team is rather boring; using two or more is strongly suggested. Each team is assigned a color. Tanks, helicopters, and headquarter buildings are all marked with the team's color. PLAY
When the game starts, each player is seated in her vehicle, in front of her goal, facing the ball at the center of the playfield. Vehicles are, of course, armed with cannons, but these are primarily a means to an end. Gunfire is good for forcing obstinate opponents out of your way, but gunfire doesn't destroy anything. Gunfire is also good for blasting the ball across the playfield and into your opponent's HQ. You use the keyboard to control your vehicle. The commands that are available at any given time are shown at the bottom of the screen. Commands for all vehicles: 'I' (or up arrow.) Move forward. 'J' (or left arrow.) Turn left. 'K' (or down arrow.) Move back. 'L' (or right arrow.) Turn right. Space Fire. 'P' Pause. 'Q' Quit. 'T' Transform tank to helicopter or vice versa. 'A' Toggle autopilot. 'G' Toggle autogunner. 'V' Switch between view from vehicle, and view of vehicle from HQ. Tab Show teams and scores. Extra commands for tanks: 'E' Raise barrel (shots go farther). 'S' Rotate turret left. 'D' Lower barrel. 'F' Rotate turret right. The current angle of the barrel and turret are shown beneath the main display, next to the team insignia. Commands for helicopters: 'E' Go up (note, your helicopter cannot fly on the ground). 'S' Fly left. 'D' Go down. 'F' Fly right. 'Y' Pitch forward. 'H' Pitch back. The current elevation and pitch are shown beneath the main display, next to the team insignia. The controls which are available to your vehicle are always shown at the bottom of the screen. SCORING
When there are two teams, scoring is the same as it is in soccer: scoring a "goal" is worth 1 point. When there are more than two teams, scoring a goal earns 2 points, and the other teams besides the losing team receive 1 point each for defending their headquarters. EXAMPLES
battleball :0 Starts a game with only one player on only one team, a human player on the local X display. Not a very interesting game. battleball :0 comp A single human player vs. the computer, one-on-one. battleball ford:0 chevy:0 Two humans, head-to-head, one on the display "ford:0", one on "chevy:0". battleball flavio:0 chirp:0,roar:0 Sets up a one-player team against a two-player team. battleball parrot:0,comp raven:0 comp,comp Creates three teams with a mix of human and computer players. battleball dunce:0 comp75a comp,comp Creates three teams. The first computer player gets special auto-gunner settings; the other computer players get default settings. BUGS
Using multiple X displays introduces certain security risks (which are beyond the scope of this document). Networked games will require the use of the incredibly insecure xhost(1) command or the less insecure but rather complicated xauth(1) utility. Do not play this game with people you don't know and trust. Using multiple X displays also imposes performance overheads. You will need fast network connections for multi-player games. The game must render 3d graphics for each player in the game. This can slow the game down dramatically as the number of players increases. You can use various options to speed up the game, but you will eventually reach a point of diminishing returns. SEE ALSO
See battleball -help and /usr/share/doc/battleball/README.gz for more information. AUTHOR
Battleball was written by Philip A. Hardin. This man page was written by Chris Waters <xtifr@debian.org>. Debian/GNU Linux August 27, 1998 BATTLEBALL(6)
All times are GMT -4. The time now is 07:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy