Sponsored Content
Full Discussion: Bash shell script help
Top Forums UNIX for Beginners Questions & Answers Bash shell script help Post 303044028 by RudiC on Wednesday 12th of February 2020 05:47:14 PM
Old 02-12-2020
Any attempts / ideas / thoughts from your side?
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

need help with bash shell script

Hi guys! I have just started with shell programming!! I am having pronblem with variable subsitutuion. when i do egrep "*" marks this will give me the pattern match. but how can i catch the output of that result in a variable. if i say result = egrep "*" marks it gives me syntax... (2 Replies)
Discussion started by: vmtailor
2 Replies

2. UNIX for Dummies Questions & Answers

Bash shell script

Hi Guys, I am trying to alter a script for my company. I need the start of it to go something like this. User is asked to input 8 numbers 8 numbers are written to a txt file ***** ***** ***** txt file is read ***** ***** The text file gets read in between other files represented by... (2 Replies)
Discussion started by: outthere_3
2 Replies

3. Shell Programming and Scripting

Bash Shell script--need help

Hi all, i am beginner to unix and trying out a shell script which does the following. i have to calculate a persons salary. his salary is read from the keyboard. he has two types of deductions. 40% as dearness allowance and 20% as house rent. i have to print the gross salary. here is the code... (5 Replies)
Discussion started by: Irishboy24
5 Replies

4. Shell Programming and Scripting

Bash shell script- help

I need to invoke a program on remote server using ssh in a shell script. In addition i would like to capture date/time and if there is any errors , then script should write to log file. can someone please help me out? (1 Reply)
Discussion started by: sam101
1 Replies

5. Shell Programming and Scripting

Help with bash shell script

Hi, I have a file in which records contains non ascii characters. The records are comma delimited and quoted. The non ascii characters are found in a particular column. Example records "YY","AK000021","Ã","IO","PP" "Y1","AK000022","Ã","PO","PP" "Y2","AK000022","Ã","PO","PP" I need to... (2 Replies)
Discussion started by: akshu.agni
2 Replies

6. Shell Programming and Scripting

Bash Shell Script

HELP!My program ends after entering one choice---need help making it take multiple inputs,instead of terminating after displaying just one #!/bin/bash# Crude address databaseclear # Clear the screen.echo " Contact List"echo " ------- ----"echo "Choose one of the following... (6 Replies)
Discussion started by: help123
6 Replies

7. Shell Programming and Scripting

Bash shell script to check if script itself is running

hi guys we've had nagios spewing false alarm (for the umpteenth time) and finally the customer had enough so they're starting to question nagios. we had the check interval increased from 5 minutes to 2 minutes, but that's just temporary solution. I'm thinking of implementing a script on the... (8 Replies)
Discussion started by: hedkandi
8 Replies

8. Shell Programming and Scripting

Need help with bash shell script

I need to create digit day script that takes a single numeric argument and then it should print out the day of the week using the number modulo 7 formula e.g: 0 - Sunday 6- Saturday 131 - Friday I am fairly new to unix so I don't know how to use the number modulo 7 formula. Does the script need... (3 Replies)
Discussion started by: lukefrost96
3 Replies

9. Shell Programming and Scripting

Different behavior between bash shell and bash script for cmd

So I'm trying to pass certain json elements as env vars and use them later on in a script. Sample json: JSON='{ "Element1": "file-123456", "Element2": "Name, of, company written in, a very weird way", "Element3": "path/to/some/file.txt", }' (part of the) script: for s... (5 Replies)
Discussion started by: da1
5 Replies

10. UNIX for Beginners Questions & Answers

In Bash shell - the ps -ef shows only the /bin/bash but the script name is not displayed

In Bash shell - the ps -ef shows only the /bin/bash but the script name is not displayed ? Is there any way to get the script names for the process command ? --- Post updated at 08:39 AM --- in KSH (Korn Shell), my command output shows the script names but when run in the Bash Shell... (3 Replies)
Discussion started by: i4ismail
3 Replies
AIRSTRIKE(6)							       GAMES							      AIRSTRIKE(6)

	    _	 _	    _	     _ _
	   / 	(_)_ __ ___| |_ _ __(_) | _____
	  / _  | | '__/ __| __| '__| | |/ / _ 
	 / ___ | | |  \__  |_| |  | |   <  __/
	/_/   \_\_|_|  |___/\__|_|  |_|_|\_\___|

NAME
airstrike - 2d dogfight game in the tradition of 'Biplanes' and 'BIP' DESCRIPTION
Airstrike is a 2d biplane dogfight game in the tradition of the Intellivision and Amiga games 'Biplanes' and 'BIP'. It features a robust physics engine and several other extensions of the original games. SYNOPSIS
airstrike [options] OPTIONS
Airstrike reads all the configuration options from a configuration file at startup but you can override from command line a few of the options: --fullscreen Runs the game in fullscreen mode. --sound Runs game with sound effects, if support for that has been compiled in. --nosound Runs the game without sound. --noalpha Game graphics will not be antialiased. This makes it run faster. --alpha Game graphics will be antialiased. --config CONFIGFILE Use given configuration file instead of the one which location is compiled into Airstrike. Configuration file name is '.airstrikerc' and it's located in your home directory. CONTROLS
Airstrike is controlled from keyboard: RIGHT Plane nose goes up. LEFT Plane nose goes down. COMMA Accelerate. DOT Shoot. SPACE Drop a bomb. ESC Pause game and open game options menu. From menu you can change options, view release notes and quit it. LICENCE
This is free software; you can redistribute it and/or modify it under the terms specified in the GNU Public Licence (GPL). WARRANTY
None. COPYRIGHT AND CREDITS
Ulf Ekstrom Game author, programming and graphics Peter Eismann Windows port, comments and ideas Eero Tamminen Sound, graphics, game objects, makefiles, comments and ideas Alessandro Giusti Graphics and ideas And many others for comments, bug reports and ideas. Airstrike Version 1.0 AIRSTRIKE(6)
All times are GMT -4. The time now is 06:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy