Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pom(6) [debian man page]

POM(6)								 BSD Games Manual							    POM(6)

NAME
pom -- display the phase of the moon SYNOPSIS
pom [[[[[[cc]yy]mm]dd]HH]] DESCRIPTION
The pom utility displays the current phase of the moon. Useful for selecting software completion target dates and predicting managerial behavior. [[[[[cc]yy]mm]dd]HH] Display the phase of the moon for a given time. The format is similar to the canonical representation used by date(1). SEE ALSO
date(1) AUTHOR
pom was written by Keith E. Brandt. BUGS
Times must be within range of the UNIX epoch. This program does not allow for the difference between the TDT and UTC timescales (about one minute at the time of writing). ACKNOWLEDGEMENTS
This program is based on algorithms from Practical Astronomy with Your Calculator, Third Edition by Peter Duffett-Smith <pjds@mrao.cam.ac.uk>. BSD
January 9, 1999 BSD

Check Out this Related Man Page

POM_XPATH_INJECT(7)						Java Packages Tools					       POM_XPATH_INJECT(7)

NAME
pom_xpath_inject - inject XML code into POM file SYNOPSIS
%pom_xpath_inject XPath [XML-code] [POM-location] DESCRIPTION
This macro patches specified POM file appending some code as childreen of all XML nodes described by the XPath expression. XPath is an expression describing a set of XML nodes in the POM file to which child code is to be appended. It must be a properly formated XPath 1.0 expression, as described in http://www.w3.org/TR/xpath/. POM location can be either a full path to the POM file, or a path to the directory containing pom.xml. If POM location is not given then pom.xml from current working directory is used. EXAMPLES
%pom_xpath_inject pom:project "<packaging>war</packaging>" - this call sets packaging of POM in current working directory to war. BUGS
POM files use a specific namespace - http://maven.apache.org/POM/4.0.0. Currently this namespace needs to be explicitly specified in all XPath POM macros by prefixing all node names with pom:. AUTHOR
Written by Mikolaj Izdebski. REPORTING BUGS
Bugs should be reported through Red Hat Bugzilla at http://bugzilla.redhat.com/. SEE ALSO
pom_add_dep(7), pom_add_parent(7), pom_add_plugin(7), pom_disable_module(7), pom_remove_dep(7), pom_remove_parent(7), pom_remove_plugin(7), pom_set_parent(7), pom_xpath_remove(7), pom_xpath_replace(7), pom_xpath_set(7). JAVAPACKAGES
06/10/2014 POM_XPATH_INJECT(7)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

pomozte mi prosim se scriptem

na tomhle scriptu mi nefunguje vymazavani adresaru kdyz jich je vice jak 7. po spusteni scriptu mi to vypise : 16: ; then NAME=`ls -ld --time-style="+%F-%T" $DEST/current | awk '{print $6;}'`; cp -al $DEST/current $DEST/$NAME fi if ]; then rm -rf $DEST/`ls $DEST | head -1`;... (1 Reply)
Discussion started by: sixberk
1 Replies

2. Shell Programming and Scripting

how to continue shell script execution process without control going to pompt?

Hi Friends, Iam invoking another shell script to create B2k_session_id from my shell script.It is properly creating B2k_session_id and after creation control is coming out from the script and going to command prompt.The lines which are after the exectrusteduser.com sh.com are not executing..may... (5 Replies)
Discussion started by: vadlamudy
5 Replies