Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ag(1) [debian man page]

AG(1)								   User Commands							     AG(1)

NAME
ag - manual page for ag 3.6.0 SYNOPSIS
ag [options] [file[, file2, ...]] DESCRIPTION
See the online manual (https://wiki.fysik.dtu.dk/ase/ase/gui.html) for more information. OPTIONS
--version show program's version number and exit -h, --help show this help message and exit -n NUMBER, --image-number=NUMBER Pick image(s) from trajectory. NUMBER can be a single number (use a negative number to count from the back) or a range: start:stop:step, where the ":step" part can be left out - default values are 0:nimages:1. -u I, --show-unit-cell=I 0: Don't show unit cell. 1: Show unit cell. 2: Show all of unit cell. -r REPEAT, --repeat=REPEAT Repeat unit cell. Use "-r 2" or "-r 2,3,1". -R ROTATIONS, --rotations=ROTATIONS Examples: "-R -90x", "-R 90z,-30x". -o FILE, --output=FILE Write configurations to FILE. -g EXPR, --graph=EXPR Plot x,y1,y2,... graph from configurations or write data to sdtout in terminal mode. Use the symbols: i, s, d, fmax, e, ekin, A, R, E and F. See https://wiki.fysik.dtu.dk/ase/ase/gui.html#plottingdata for more details. -t, --terminal Run in terminal window - no GUI. --aneb Read ANEB data. --interpolate=N Interpolate N images between 2 given images. -b, --bonds Draw bonds between atoms. -s FLOAT, --scale=FLOAT Scale covalent radii. ag 3.6.0 May 2012 AG(1)

Check Out this Related Man Page

Finance::Quote::ASEGR(3pm)				User Contributed Perl Documentation				Finance::Quote::ASEGR(3pm)

NAME
Finance::Quote::ASEGR - Obtain quotes from Athens Stock Exchange. SYNOPSIS
use Finance::Quote; $q = Finance::Quote->new; %info = Finance::Quote->fetch("asegr","minoa"); # Only query ASEGR %info = Finance::Quote->fetch("greece","aaak"); # Failover to other sources OK. DESCRIPTION
This module fetches information from the "Athens Stock Exchange", http://www.ase.gr. All stocks are available. This module is loaded by default on a Finance::Quote object. It's also possible to load it explicity by placing "ASEGR" in the argument list to Finance::Quote->new(). This module provides both the "asegr" and "greece" fetch methods. Please use the "greece" fetch method if you wish to have failover with future sources for Greek stocks. Using the "asegr" method will guarantee that your information only comes from the Athens Stock Exchange. Information obtained by this module may be covered by www.ase.gr terms and conditions See http://www.ase.gr/ for details. LABELS RETURNED
The following labels may be returned by Finance::Quote::ASEGR : name, last, date, p_change, open, high, low, close, volume, currency, method, exchange. SEE ALSO
Athens Stock Exchange, http://www.ase.gr perl v5.14.2 2014-03-03 Finance::Quote::ASEGR(3pm)
Man Page