Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

seesat5.ini(5) [freebsd man page]

SEESAT5.INI(5)							File Formats Manual						    SEESAT5.INI(5)

NAME
SEESAT5.INI - operations control file for seesat5. DESCRIPTION
This file is used to automate the operation of seesat5 in a way that reduces the amount of command line instructions. A sample example file can be found in /usr/doc/SEESAT5.INI.example. A complete list and description of the commands that may appear in this init file can be found in seesat5(7). SEE ALSO
seesat5(1), seesat5(7), tle(5), cr(1) Debian Linux 30 March 96 SEESAT5.INI(5)

Check Out this Related Man Page

seesat5(1)						      General Commands Manual							seesat5(1)

NAME
seesat5 - provides satellite visibility information. SYNOPSIS
seesat5 [ report ] [ go <Label> ] | [ <command> ... ] DESCRIPTION
This program uses the sgp4 algorithm provided by NORAD to produce position information on a satellite. Seesat5 can produce tracking infor- mation for one satellite over a period of several days, or for a collection of satellites over that period. By providing filter conditions seesat5 prints out only those satellites you might have a chance to see rather than all the satellites that pass above the horizon. Seesat5 is typically run by placing control commands into an init file called SEESAT5.INI. See seesat5 (7) for the description of these commands. If there is no init file Seesat5 will present the operator with a '>' prompt where commands can be entered. From the prompt seesat5 will begin analysis when sufficient parameters have been entered to begin the run. Seesat5 uses selection conditions to filter the data so that only high and bright satellites are printed. Note that the selection condi- tions are used to select whether or not the current passes data will be printed. If it is printed, then the complete pass data is printed. ie. all data from when the satellite comes over the horizon until it goes below. For lines that satisfied ALL the selection conditions, a "+" sign is printed as the first character. Options report This option will disable printing of report records in the output of the run. These include all command lines found in SEESAT5.INI or entered from the command line or the prompt. go Followed by a label, this option causes branching within the SEESAT5.INI to begin execution at the line following label. Branching occurs when the cmdline command is executed in the SEESAT5.INI file. command Most of the commands that can be found in SEESAT5.INI can be entered on the command line. If you desire the SEESAT5.INI file to exe- cute after the command line be sure to make the last command RET. FILES
SEESAT5.INI The control file for seesat5 *.tle Two line element files used by seesat5. SEE ALSO
seesat5(7), SEESAT5.INI(5), tle(5), cr(1) BUGS
Seesat5 is not always able to check data integrity. Since computation and output is driven by the data in the two line element, subtle errors in a tle can cause floating point exceptions. In addition there are several commands that do not work well together, like SHOWTLE and RUNTIME. Please report any problems with seesat5 to Dale Scheetz <dwarf@polaris.net>. Debian Linux 28 March 96 seesat5(1)
Man Page

13 More Discussions You Might Find Interesting

1. OS X (Apple)

Mac OS X: Based on UNIX - Solid As a Rock

See this threads: Page Not Found - Apple Open Source - Apple (0 Replies)
Discussion started by: Neo
0 Replies

2. Tips and Tutorials

The Whole Story on #! /usr/bin/ksh

Introduction Originally, we only had one shell on unix. When ran a command, the shell would attempt to invoke one of the exec() system calls on it. It the command was an executable, the exec would succeed and the command would run. If the exec() failed, the shell would not give up, instead it... (3 Replies)
Discussion started by: Perderabo
3 Replies

3. BSD

FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick

FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick nwbqBdghh6E The first hour of Marshall Kirk McKusick's course on FreeBSD kernel internals based on his book, The Design and Implementation of the FreeBSD Operating System. (0 Replies)
Discussion started by: Neo
0 Replies

4. Tips and Tutorials

Unix File Permissions

Introduction I have seen some misinformation regarding Unix file permissions. I will try to set the record straight. Take a look at this example of some output from ls: $ ls -ld /usr/bin /usr/bin/cat drwxrwxr-x 3 root bin 8704 Sep 23 2004 /usr/bin -r-xr-xr-x 1 bin bin ... (6 Replies)
Discussion started by: Perderabo
6 Replies

5. Programming

Memory Leaks

Suppose I have a main() function with only one malloc statement allocating say some 1 gb memory. Also say my system has 1 gb of ram. main() { malloc(1gb) return(0) } The program above exits without freeing the memory. In this case will the 1 gb of heap memory be returned... (9 Replies)
Discussion started by: rupeshkp728
9 Replies

6. Shell Programming and Scripting

Scripts without shebang

I see lot of ad-hoc shell scripts in our servers which don't have a shebang at the beginning . Does this mean that it will run on any shell ? Is it a good practice to create scripts (even ad-hoc ones) without shebang ? (16 Replies)
Discussion started by: kraljic
16 Replies

7. Fedora

Is UNIX an open source OS ?

Hi everyone, I know the following questions are noobish questions but I am asking them because I am confused about the basics of history behind UNIX and LINUX. Ok onto business, my questions are-: Was/Is UNIX ever an open source operating system ? If UNIX was... (21 Replies)
Discussion started by: sreyan32
21 Replies

8. Web Development

A simple UNIXtime component in Vue.js

A shout out to Scott who gave me a helping hand to turn a simple sample Vue.js app I wrote yesterday into a Vue.js component: Vue.component("unix-time", { template: `<div class="time">{{unixtime}}</div>`, data() { return { unixtime: "" }; }, methods: { ... (1 Reply)
Discussion started by: Neo
1 Replies

9. Shell Programming and Scripting

Reason for no directory creation date

i read here that linux provides no way to determine when a directory was created. https://www.unix.com/shell-programming-and-scripting/157874-creation-date-directory.htmlI have a directory /home/andy/scripts that had a README file in it. That file says I put the script in that directory and... (3 Replies)
Discussion started by: drew77
3 Replies

10. Shell Programming and Scripting

Valid separator in time and date format

Hello. I can use any particular (stupid or not) format when using bash date command. Example : ~> date --date "now" '+%Y-%m-%d %H!%M!%S' 2019-06-03 12!55!33or ~> date --date "now" '+%Y£%m£%d %H¤%M¤%S' 2019£06£03 12¤57¤36 or ~> date --date "now" '+%Y-%m-%d %H-%M-%S' 2019-06-03 12-58-51 ... (4 Replies)
Discussion started by: jcdole
4 Replies

11. UNIX for Beginners Questions & Answers

UNIX Environment Setup - (Just starting!)

Morning All So, I am starting looking into the world of UNIX for a new job (luckily not my primary function!) and I am looking to get stared. Like anything I seem to learn best by trying things out first in an environment but I have a key question: Currently I use Oracle VirtualBox, can... (8 Replies)
Discussion started by: GophusMeau
8 Replies

12. Solaris

Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?

I've installed Slack 14.2 on /dev/sda1 (/dev/sda2 is swap) and FreeBSD 12 on /dev/sda3 and lilo is the boot manager. FreeBSD slices are as follows; / on /dev/ada0S3a, swap on /dev/ada0s3e, /var on /dev/ada0s3b, /tmp on /dev/ada0s3d and /usr on /dev/ada0s3f. I hesitate to install Solaris 10... (2 Replies)
Discussion started by: vectrum
2 Replies

13. Shell Programming and Scripting

Controlling user input

I'm trying to use a bash script for a psych experiment that involves listening to sound files and responding. If I have something like the code below, how can I make sure that a key press is assigned to RESPONSE only after the second echo statement? for i in 1 2 3; do echo "Ready?" sleep 2 ... (10 Replies)
Discussion started by: darwin_886
10 Replies