Найдено документов: 177509 (164 сайтов) ---- Время поиска: 0.38сек. |
Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/utilities2/sort5.html.
http://comet.sai.msu.ru/UNIXhelp/utilities2/sort5.html.
1. Examples of using the sort command
... To sort a file on field2 (the third word): sort +2 -3 names . This sorts the file names on the third word of each line. To sort several files using a different sort order and send the results to another file: sort -n -o report +1 -2 month[1-3] . ... To sort a file on a specific part of one field, using a different field delimiter, removing duplicate lines and sending the output to another file: sort -t: -o birthdays +3.2 -4.5 friends . ... Each field in this file is delimited by a : (colon). ...
[
Сохраненная копия
]
Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/sort1.html -- 2.8 Кб -- 17.01.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>596) - comet.sai.msu.ru/ )
2. http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html
xyz2grd - Converting an ASCII or binary table to grd file format xyz2grd xyzfile -G grdfile -I x _ inc [ m|c ][/ y _ inc [ m|c ]] -R west / east / south / north [ r ] [ -D xunit / yunit / zunit / scale / offset / title / remark ] [ -F ] [ -H [ nrec ] ] [ -L ] [ -N nodata ] [ -V ] [ -Z [ flags ] ] [ -: ] [ -bi [ s ][ n ] ] xyz2grd reads a z or xyz table and creates a binary grdfile. xyz2grd will report if some of the nodes are not filled in with data. ... H Input file(s) has Header record(s). ...
[
Сохраненная копия
]
Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/xyz2grd.html -- 7.5 Кб -- 19.03.1999
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>402) - xray.sai.msu.ru/ )
3. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[
Сохраненная копия
]
Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 Кб -- 21.12.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>180) - lnfm1.sai.msu.ru/ )
4. Access Control Options
xntpd implements a general purpose address-and-mask based restriction list. ... The restriction facility was implemented in conformance with the access policies for the original NSFnet backbone time servers. ... Ignore all packets from hosts which match this entry. ... Default restriction list entries, with the flags ignore, ntpport , for each of the local host's interface addresses are inserted into the table at startup to prevent the server from attempting to synchronize to its own time. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~er/xntp/accopt.html -- 7.4 Кб -- 21.12.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1589) - www.sai.msu.su/ )
5. trackingtime
trackingtime- compute LST rise, transit, and set times for sources as well as time in the keyhole . trackingtime {--help --lim --sort --usecalib --usepsr --usex102 --usefluxgt1 --zamax=zamax --zamin=zamin --exclnorise} srcfile srcfile name of cima source file to process. ... exclnorise exclude sources that never rise. trackingtime is a shell script that calls idl routines to process the srcfile and output the lst rise, transit, and set times for each source in the file. ... Source Rises | ...
[
Сохраненная копия
]
Ссылки http://www.naic.edu/~phil/software/trackingtime.html -- 6.0 Кб -- 13.05.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2120) - www.naic.edu/ )
6. casacore: casa::TableIterator Class Reference
... Classes . ... casa . casa::TableIterator . ... Iterate through a Table . ... Create a null TableIterator object (i.e. TableIterator (const Table &, const String &columnName, Order =Ascending, Option =HeapSort) . ... TableIterator (const Table &, const Block < String > &columnNames, const Block < Int > &orders, Option =HeapSort) . ... TableIterator (const Table &, const Block < String > &columnNames, const PtrBlock < ObjCompareFunc * > &, const Block < Int > &orders, Option =HeapSort) . ... Table . ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1TableIterator.html -- 44.1 Кб -- 14.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>14112) - www.atnf.csiro.au/ )
7. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2120) - hea-www.harvard.edu/ )
8. http://www.stsci.edu/spst/UnixTransition/doc/send_alert.py
... Parse the arguments allowed_options = ['cc=', ' type =', ' sms =', ' time =', ' load =', 'generic', 'urgent', 'contact_number=', 'test'] options, parms = spst_getopt.spst_getopt(args, allowed_options) # Set variables based on arguments except -cc. if '- type ' not in options.keys(): print Must specify - type .\n print run.__doc__ return not spss_sys_util.SUCCESS else : type = string.lower(options['- type ']) if type not in [' ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/spst/UnixTransition/doc/send_alert.py -- 10.1 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12131) - www.stsci.edu/ )
9. Introduction to SCons Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... SCons user manual http://www.scons.org/doc/1.2.0/HTML/scons-user/book1.html . SCons man page (on web at http://www.scons.org/doc/HTML/scons-man.html , or man scons ) . ... SCons is a tool to build compile source code into (closer-to) executable format. ... Curiously, the shared-library SCons builder will accept multiple identical sources and pass them all to the linker, which will normally lead to ?multiple definition? errors. ... Introduction to SCons . ...
[
Сохраненная копия
]
Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/sconsintro.html -- 16.1 Кб -- 04.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1062) - www.mrao.cam.ac.uk/ )
10. http://www.eso.org/~qc/dfos/ABbuilder.txt
NAME ABbuilder - DFO data organization tool SYNOPSIS ABbuilder <options> where <options> are: --raw-dir directory containing raw data --cal-dir directory containing calib data --cal-ldir directory containing symbolic links to calib files --cal-list mcalib list --vcal-dir directory containing virtual products --pro-dir where pipeline products are created --ab-dir where association blocks are created --oca-rul file containing OCA rules --instrume instrument --date YYYY-MM-DD --mode { CALIB | ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/dfos/ABbuilder.txt -- 8.0 Кб -- 17.02.2006
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9682) - www.eso.org/ )
11. htcacheclean - Clean up the disk cache - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Programs . ... htcacheclean is used to keep the size of mod_cache_disk 's storage within a given size limit, or limit on inodes in use. ... If one or more URLs are specified, each URL will be deleted from the cache, if present. ... Specify limit as the total disk cache size limit. ... By passing the -a or -A options to htcacheclean , the URLs within the cache will be listed as they are found, one URL per line. ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/fr/programs/htcacheclean.html -- 14.9 Кб -- 19.11.2015
Похожие документы
Похожие документы
12. TUI:Telescope:Slew Window:Options:Calibrate
This panel adds a pointing error measuring (and possibly correcting) sequence to your slew. ... Log Error measure the pointing error and log it to the current pointing error file (which must already have been opened with the TCC command PTERR OPEN=filename ; this command is not presently supported by TUI, but you can enter manually at the log window; be sure to also issue PTERR CLOSE when you are done logging data). ...
[
Сохраненная копия
]
Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Telescope/SlewWin/CalibratePanel.html -- 3.3 Кб -- 05.09.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>605) - www.apo.nmsu.edu/ )
13. JavaScript Form Validator Documentation
The Form validation script is distributed free from JavaScript-Coder.com . ... When there are many fields in the form, the JavaScript validation becomes too complex. ... Each field in the form can have 0, 1, or more validations. ... Just after defining your form, Create a form validator object passing the name of the form . ... FORM> . ... You can add any number of validations.The list of validation descriptors are provided at the end of the documentation. ... option value="" selected>[choose yours] . ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/Z-90/scripts/Documentation.html -- 15.5 Кб -- 03.08.2003
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>252) - hea.iki.rssi.ru/ )
14. Code Examples
... Below are the code examples that are used in the above text which are not included in complete form elsewhere. ... #include gtk/gtksignal.h #include gtk/gtktable.h #include gtk/gtktogglebutton.h #include tictactoe .h enum { TICTACTOE _SIGNAL, LAST_SIGNAL }; static void tictactoe _class_init (TictactoeClass *klass); static void tictactoe _init ( Tictactoe * ttt ); static void tictactoe _toggle ( GtkWidget *widget, Tictactoe * ttt ); static gint ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/cats/~satr/GTK2/app-codeexamples.html -- 10.2 Кб -- 19.07.2002
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1832) - www.sao.ru/ )
15. Command line options
... Common options . All SAS tasks support the following command line options: . ... If the task uses the ODF Access Layer ( oal ) the following command line option is recognized as well: . ... odf odf . ... odf can be the name of an ODF summary file as created by the task odfingest or merely the name of a directory containing one. ... All tasks may have additional parameters in a parameter file, that can be set on the command line (more information can be found in package param ). param = value . ...
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/7.1.0/doc/taskmain/node2.html -- 10.4 Кб -- 08.07.2007
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>23119) - xmm.vilspa.esa.es/ )
16. Making backups with tar
Next: Restoring files with tar Up: Simple backups Previous: Simple backups . A full backup can easily be made with tar љ : # tar -create -file /dev/ftape /usr/src . ... If your backup doesn't fit on one tape, you need to use the -multi-volume ( -M ) option: # tar -cMf /dev/fd0H1440 /usr/src . ... usr/src/ . ... usr/src/linux-1.2.10-includes/ .. ... An incremental backup can be done with tar љ using the -newer ( -N ) option: # tar -create -newer '8 Sep 1995' -file /dev/ftape /usr/src -verbose . ...
[
Сохраненная копия
]
Ссылки http://star.arm.ac.uk/sag-0.4/node85.html -- 6.2 Кб -- 04.05.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1888) - star.arm.ac.uk/ )
17. Stellar and Galaxy Spectra
The data that comprise the figures on the previous page can now be directly retrived as formatted text files. Click on any of the links below to download the data. The links are sorted by spectral type. If you want to try something difficult, see if you can combine various classes of stars to produce a galaxy spectrum. ... The data stars at wavelength 3505 angstroms and each point represents an additional 5 angstroms. ... wavelength = 3505 + 5*(bin) ; bin = 1,1084 . ...
[
Сохраненная копия
]
Ссылки http://zebu.uoregon.edu/spectrar.html -- 3.3 Кб -- 14.02.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>256) - zebu.uoregon.edu/ )
18. Dynamic HTML in Communicator
... To run the <LAYER> version of the example, select: flower.htm . ... However, if the page had several layers with absolute positions, and you wanted to place another layer in a relative position to one of the existing layers, you could use inline JavaScript to calculate the value for LEFT or TOP . ... In this example, there is really no need to use inline JavaScript to position the last flower layer, since you could just let the TOP value default to its natural value, as in the other flower layers. ...
[
Сохраненная копия
]
Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers34.htm -- 11.4 Кб -- 13.08.1997
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2183) - crydee.sai.msu.ru/ )
19. Stellarium: CLIProcessor Class Reference
Stellarium 0.12.3 . ... Classes . ... ClassљList . ... Static Public Member Functions . CLIProcessor Class Reference . ... argsGetOption (const QStringList &argList, QString shortOpt, QString longOpt) . Check if a QStringList has a CLI-style option in it (before the first ). ... Retrieve the argument to an option from a QStringList. ... Check if a QStringList has a yes/no CLI-style option in it, and find out the argument to that parameter. ... a long-form option string, e.g. "–help" . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classCLIProcessor.html -- 17.8 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>561) - astro.uni-altai.ru/ )
20. Information for Authors of Articles
... Article text . ... Article should be formatted according to the present rules, using the styles containing in the attached file example.doc . ... For example, article name should be typed in string Here Is the Paper Title , using style "title paper", etc. ... Title part of article Paper Title (style Title Paper . ... It is necessary to use style text paper for the body of article. ... In the text of article there should be links to every Figure and Table: Fig. 1 and Tab. 1 accordingly. ...
[
Сохраненная копия
]
Ссылки http://www.ipa.nw.ru/conference/SETI-2011/ruletz.htm -- 12.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>322) - www.ipa.nw.ru/ )
Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам
Комментарии, вопросы? Пишите: info@astronet.ru или сюда