Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 217350 (168 сайтов) ---- Время поиска: 0.74сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/commanz/cmd1.1.html.

1. Examples of using the grep command
To search a file for a simple text string: grep copying help . This searches the file help for the string copying and displays each line on your terminal. To search a file using regular expression: grep -n '[dD]on\'t' tasks . ... Double quotes are used to quote the single quote in dDon't. To use the output of another command as input to the grep command: ls -l | grep '^d........x' . ... To redirect the results of a search to a file: grep Smith /etc/passwd > smurffs . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/grep1.html -- 3.2 Кб -- 17.01.1997
Похожие документы

2. CSPICE Routines: LXQSTR_C
... Abstract Lex (scan) a quoted string. ... Brief_I/O Variable I/O Description -------- --- -------------------------------------------------- string I String to be scanned. qchar I Quote delimiter character. first I Character position at which to start scanning. last O Character position of end of token. nchar O Number of characters in token. ... Case *is* significant in qchar. first is the character position at which the routine is to start scanning a quoted string token. ... Link to routine source ....
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~sontag/spicedocs/cspice/lxqstr_c.html -- 9.7 Кб -- 17.12.2005
Похожие документы
Еще в разделе: (Показать все результаты (>15896) - www.stsci.edu/ )

3. Keyin Free-format Input
... Input via keyin format is of the form keyword = value . ... The input keywords are not case sensitive. Most of the values required by SCHED, except for file names in case sensitive systems like unix, are also not case sensitive. keywords are, in all cases, limited to 8 characters in length. ... Keyin values can be mathematical statements in parenthesis; for example, dur = 15 rep = (4*5) This example shows the most likely way in which this capability might be used in SCHED input files. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/people/Tasso.Tzioumis/sched/Keyin_Free_format_Input.html -- 8.9 Кб -- 10.04.2016
Похожие документы

4. Comments on: Quote of the Week, May 29, 2007 By: Jeff Scargle By: vlk
http ://hea-www.harvard.edu/AstroStat/slog/ 2007 / quote -of-the- week -may-29- 2007 / Weaving together Astronomy+Statistics+Computer Science+Engineering+Intrumentation, far beyond the growing borders Fri, 01 Jun 2012 18:47:52 +0000 hourly 1 http ://wordpress.org/?v=3.4 http ://hea-www.harvard.edu/AstroStat/slog/ 2007 / quote -of-the- week -may-29- 2007 /comment-page-1/#comment-40 Jeff Scargle Fri, 29 Jun ... I would go further than VLK and claim that the Weinberg quote contains great advice. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/quote-of-the-week-may-29-2007/feed/index.html -- 6.8 Кб -- 04.02.2013
Похожие документы

5. FFIT - Command Syntax
... spectrum . ffit . ... grids . ... These commands read in a grid of model spectra. ... Values for the parameters are taken from the input models themselves, to avoid mixups. The syntax of the command arguments is precise. model{ . ... If there is only one spectrum to fit, one should set default parameters for the secondary which lie within the model grid, with <L_2/L> being a very small value. ... The output is saved in a file <file.fit> , where <file> was the name of the spectrum being fitted. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/guide/ffit_commands.html -- 9.1 Кб -- 30.08.2007
Похожие документы
Еще в разделе: (Показать все результаты (>2498) - star.arm.ac.uk/ )

6. Extraction and correction of an X-ray light curve for a point-like source
SAS home . SAS Watchout items . ... This thread contains a step-by-step recipe to extract a light curve of a point-like source for all the X-ray cameras, subtracting the background and correcting for exposure loses. ... The SAS task barycen performs this correction. ... If the following files are available: a) RGS event list; b) RGS source list, a call to the task performing light curve extraction, correction and background subtraction rgslccorr allows a user to create the light curve. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/documentation/threads/timing.html -- 9.5 Кб -- 27.06.2008
Похожие документы

7. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Allows the setting of environment variables based on characteristics of the request . ... setenvif_module . ... The mod_setenvif module allows you to set internal environment variables according to whether different aspects of the request match regular expressions you specify. ... Environment Variables in Apache . ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_setenvif.html -- 18.4 Кб -- 21.01.2013
Похожие документы

8. Getting Started in Actor Prolog. Underdetermined Sets.
Underdetermined sets is a new type of data structures (terms) developed in Actor Prolog . ... The point is that an underdetermined set can include some indefinite rest (a tail) like a list in usual Prolog . At the same time, the order of elements of an underdetermined set can be arbitrary one and it does not affect results of unification of underdetermined sets. Moreover, Actor Prolog guarantees that a rest of an underdetermined set never contains elements that are explicitly given in the set. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_sets.html -- 12.6 Кб -- 24.09.2007
Похожие документы

9. FTS Overview
... FTS Introduction . ... You may miss documents, which contains word satisfies , although certainly would love to find them when search for satisfy . ... In simple phrase, tsvector is a sorted list of lexemes, so even without index support full text search should performs better than standard ~,LIKE operators. =# select 'a fat cat sat on a mat and ate a fat rat'::tsvector; tsvector ---------------------------------------------------- 'a' 'on' 'and' 'ate' 'cat' 'fat' 'mat' 'rat' 'sat' . ... tsquery . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/fts/doc/fts-overview.html -- 12.2 Кб -- 13.04.2008
Похожие документы

10. OptInt PmWiki : Site / Search
... A search for more than one word will find pages that contain all of the words. ... To limit your search to a single group, enter the group name followed by a slash at the beginning of the search string (e.g., "PmWiki/" or "Site/"). ... apple pie . ... apple' in the PmWiki group of pages . ... the phrase 'pmwiki/apple' in all groups of pages . ... For advanced searches , page list parameters (count, name, group, fmt, link, list, order, and trail) can be entered together with the search string. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/Site/Search?action=print -- 9.3 Кб -- 01.03.2014
Похожие документы

11. mod_setenvif - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Allows the setting of environment variables based on characteristics of the request . ... The mod_setenvif module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. ... The BrowserMatch is a special cases of the SetEnvIf directive that sets environment variables conditional on the User-Agent HTTP request header. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/en/mod/mod_setenvif.html -- 16.3 Кб -- 10.12.2010
Похожие документы

12. Apache module mod_auth_anon.c
This module allows "anonymous" user access to authenticated areas. ... Source File: mod_auth_anon.c . ... This module does access control in a manner similar to anonymous-ftp sites; i.e. have a 'magic' user id 'anonymous' and the email address as a password. ... Anonymous_VerifyEmail The example below (when combined with the Auth directives of a htpasswd-file based (or GDM, mSQL etc. ) base access control system allows users in as 'guests' with the following properties: . ... Default: none . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_auth_anon.html -- 11.9 Кб -- 20.06.2002
Похожие документы

13. http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html
spectrum1d - compute auto- [and cross- ] spectra from one [or two] timeseries. spectrum1d [ x [ y ] file ] -S segment _ size ] [ -C ] [ -D dt ] [ -N name _ stem ] [ -V ] [ -W ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] spectrum1d reads X [and Y] values from the first [and second] columns on standard input [or x [ y ] file ]. ... Units same as ypower. name _ stem .npower Power spectral density of the noise output. Units same as ypower. name _ stem .gain Gain spectrum, or modulus of the transfer function. ...
[ Сохраненная копия ]  Ссылки http://xray.sai.msu.ru/~ivan/gmt/man/spectrum1d.html -- 7.0 Кб -- 19.03.1999
Похожие документы

14. 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
Похожие документы

15. Examples of data contained in the JPDOC
Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties . ... If necessary, data have been determined for the different crystallographic axes. ... In the following we give some examples of the data and their possible applications. Table: Summary of data measured in the Jena laboratory, which are currently available from the JPDOC. compound . ... amorph. ... Next: Silicate minerals Up: A Database of Optical Previous: Database of Optical Properties root 2003-03-06 ...
[ Сохраненная копия ]  Ссылки http://www.astro.spbu.ru/DOP/5-OPTC/JPDOC2/node6.html -- 10.1 Кб -- 19.11.2010
Похожие документы
Еще в разделе: (Показать все результаты (>256) - www.astro.spbu.ru/ )

16. http://zebu.uoregon.edu/1999/ph161/hw3.html
... As always, information relevant to these questions can be found on the World Wide Web. A particularly good search engine can be found at AltaVista - type in a search string in quotes to find exact matches. e.g. "Big Bucks" will return all matches to pages that contain this exact phrase. ... Questions: . ... Be sure to include the URLs where you found this information. ... As you probably now, there was a demonstration about the launch of Cassini as it contained a nuclear reactor onboard. ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/1999/ph161/hw3.html -- 3.4 Кб -- 26.09.1999
Похожие документы

17. Bright planets meet at dusk | Astronomy.com
... Tonight's Sky . ... The Magazine . ... Observing . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... Bright planets meet at dusk . ... Astronomy magazine subscribers can read the full article for free. ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter....
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/News-Observing/Sky%20this%20Month/2013/03/Bright%20planets%20meet%20at%20dusk.aspx -- 63.7 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>5957) - www.astronomy.com/ )

18. Phil Plait's Bad Astronomy: Bad TV
... Bad Astronomy . ... On Thursday, February 15th 2001 (and replayed on March 19), the Fox TV network aired a program called ``Conspiracy Theory: Did We Land on the Moon?'', hosted by X-Files actor Mitch Pileggi. ... Dust around the lander . ... However, it appeals to our common sense: when the sky is black here on Earth, we see stars. ... Bad: The program claims that when the top half of the lander took off from the Moon to bring the astronauts back into orbit, there was no flame from the rocket. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/tv/foxapollo.html -- 63.7 Кб -- 09.04.2016
Похожие документы

19. 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
Похожие документы
Еще в разделе: (Показать все результаты (>304) - hea.iki.rssi.ru/ )

20. VISTA - Visible and Infrared Survey Telescope for Astronomy
... Exposure Time Calculator (ETC) . Survey processing . ... VISTA is a 4-m class wide field survey telescope for the southern hemisphere, equipped with a near infrared camera (1.65 degree diameter field of view at VISTA's nominal pixel size) containing 67 million pixels of mean size 0.34 arcsec and available broad band filters at Z,Y,J,H,K s and a narrow band filter at 1.18 micron. A wide field visible camera, if constructed, could also be used on VISTA. ... Tile . ... ESO VISTA Public Surveys . ...
[ Сохраненная копия ]  Ссылки http://www.vista.ac.uk/ -- 31.7 Кб -- 27.11.2014
Похожие документы
Еще в разделе: (Показать все результаты (>16) - www.vista.ac.uk/ )

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования