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

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

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

1. Characters with special meaning for the shell
. The characters ; ( ) | ^ < > ~ % { } $ # ' " \ @@ * ? [ ] - ! Newline (a <Return>) Space (a <Space>) Tab (a <Tab>) . are all shell metacharacters . To the shell , they represent something other than the character or symbol that they are. You must quote any command argument or regular expression containing one or more of these, so that it is passed to the command unchanged. Removing special meaning from a metacharacter .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/concepts/regexp2.html -- 2.4 Кб -- 17.01.1997
Похожие документы

2. SM - What Quotes What When
... Turn off the expansion of variables, the significance of mathematical operators such as / or : , and the recognition of keywords. For example, after DEFINE rhl Patricia , /data/$rhl would be interpreted as four tokens ( / , data , / , and Patricia ), while "/data/$rhl" is only one ( /data/$rhl ). ... In fact, braces even turn off the expansion of $!var , to expand a variable within braces you need to say $!!var but you only very seldom need this. ... Hello')" World> . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_19.html -- 6.4 Кб -- 02.10.2012
Похожие документы

3. http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_using_sed.html
Sed's command line syntax essentially means this: . ... sed 's/^\(.......\).*$/$do copy_visit_into_lrp 98259A 98259X \1/' ~jordan/98285 . sed . invokes sed. what follows is the script which is placed inside single quotes: . ... The first "/" is the beginning of the pattern matching delimiter. ^ . ... end grab.* . ... end of line! . ... Use of a file ~jordan/sed_script to store a sed script which is difficult to do from a command line. The script file ~jordan/sed_script contains: . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/lrpg/documentation/procedures/lrpg_using_sed.html -- 5.5 Кб -- 03.06.2003
Похожие документы

4. Values, Variables, and Literals
... This chapter discusses values that JavaScript recognizes and describes the fundamental building blocks of JavaScript expressions: variables and literals. ... So, for example, you could define a variable as follows: . var answer = 42 And later, you could assign the same variable a string value, for example, . ... These are fixed values, not variables, that you literally provide in your script. ... A string literal is zero or more characters enclosed in double ( " ) or single ( ' ) quotation marks. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/Guide/ident.htm -- 11.1 Кб -- 12.12.1997
Похожие документы

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

6. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

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

8. SAO RAS home page
... Дни открытых дверей к юбилею САО РАН (12-14 апреля 2016 г.) . Международная конференция "Dark Ages and White Nights (Spectroscopy of the CMB)" (20-24 июня 2016 г.) . ... Международная конференция MULTI-SPIN GALAXIES - 2016 (26-30 сентября 2016 г.) . Международная астрономическая конференция "Физика звезд: от коллапса до коллапса" (3-7 октября 2016 г.) Архив . ... Подробнее.. ... 10.02.16 . ... БТА в реальном времени . ... Цейсс-1000 в реальном времени . ... Последнее обновление: 22/03/2016 ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ -- 11.4 Кб -- 09.04.2016
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/ -- 11.4 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>188) - mavr.sao.ru/ )

9. mod_charset_lite - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... Specify character set translation or recoding . ... charset_lite_module . ... mod_charset_lite allows the server to change the character set of responses before sending them to the client. ... CharsetDefault . ... The character set name parameters of CharsetSourceEnc and CharsetDefault must be acceptable to the translation mechanism used by APR on the system where mod_charset_lite is deployed. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_charset_lite.html -- 15.4 Кб -- 21.01.2013
Похожие документы

10. URL
... Several HTML elements, most notably the A element , may contain an attribute which takes a URL as value. URLs, Uniform Resource Locators, are addresses of Web documents. More generally, URLs can be used on the Web to refer to "objects" on the Web or in other information systems. ... http . a Web document (to be accessed using Hypertext Transfer Protocol, HTTP ) . ... file . ... In particular, the specifications say that within a URL only a limited set of characters can be used as such : . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/vch/RusDoc/html3.2ex/gl_10.htm -- 8.7 Кб -- 17.03.1998
Похожие документы

11. Apache module mod_include
This module provides for documents with Server Side Includes (SSI). ... Any document with handler of "server-parsed" will be parsed by this module, if the Includes option is set. If documents containing server-side include directives are given the extension .shtml, the following directives will make Apache parse them and assign the resulting document the mime type of text/html : AddType text/html .shtml AddHandler server-parsed .shtml The following directive must be given for ... cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_include.html -- 22.9 Кб -- 20.05.2004
Похожие документы

12. ASA Carriage Control Characters
The first character in each record (line) of formatted output defines a carriage control character to the lineprinter, often called ASA-character, for a previous name of the US Standardization Organization ANSI. ... When using VAX/VMS for output first on a file, which is to be printed later on paper, it is advisable to use the extension .DAT . ... You use the compiler switch -vms f77 -vms prog.f and get the control characters removed from the screen output. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/asa.html -- 4.5 Кб -- 23.03.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/asa.html -- 4.5 Кб -- 23.03.1996
Похожие документы

13. ISS passes over Ireland | International Year of Astronomy in Ireland |
... Links . ... The International Space Station ( ISS ), now the second brightest object in the night sky, is currently passing over Ireland in the very early morning (or very late evening!) - around 2 to 3 am each day - for the next couple of weeks. ... It was taken on 12 June 2009 by the Expedition 20 crew from NASA's International Space Station , when it flew just directly overhead Russia's Sarychev Peak volcano which was erupting for the first time in 20 years. ... Wednesday, 24 June 2009 23:26 . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/scholars/iya/news/iss_passes_090624.html -- 11.0 Кб -- 31.12.2009
Похожие документы

14. Character string constants, operators and functions
XMM-Newton Science Analysis System . ... Meta Index / Home Page / Description Boolean subexpressions may also be formed from character string constants, identifiers that refer to text columns, and a limited set of associated operators and functions. As in C/C++ a string constant is a list of characters enclosed in double quotes ( " ). ... Examples of valid string constants are: "XMM" , "" , "The double quote: "" , 'A single-quoted string with a double quote (")' . ... upper / lower . ... ascii . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/selectlib/node10.html -- 7.3 Кб -- 01.07.2008
Похожие документы
Еще в разделе: (Показать все результаты (>8389) - xmm.vilspa.esa.es/ )

15. Line Disciplines and Streams Modules
Most radio and modem clocks used for a primary (stratum-1) NTP server utilize serial ports operating at speeds of 9600 baud or greater. ... In order to reduce these errors, a set of special line disciplines and stream modules can be configured in the Unix kernel. ... Note that not all Unix kernels support line disciplines and of those that do, not all support System V streams. ... There are two line disciplines and a special streams module included in the distribution. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/ldisc.html -- 8.3 Кб -- 21.12.2007
Похожие документы

16. http://www.atlasaerospace.net/eng/tren_print.htm
... The "ATLAS Aerospace" company invites all the volunteers to pass a course of space training in the simulators of the Yuri Gagarin Russian State Scientific-Research and Test Center of Cosmonaut Training. ... The main simulators, trainers and stends are: . ... Don - 732" specialized simulator, which is used for a crew training on manual-mode control of the "Soyuz-TM" space vehicle and its systems in the course of approach and docking to the orbital station; . ...
[ Сохраненная копия ]  Ссылки http://www.atlasaerospace.net/eng/tren_print.htm -- 7.2 Кб -- 09.04.2016
Похожие документы

17. Cassini Passes Through Ice Plumes of Enceladus
... Cassini Passes Through Ice Plumes of Enceladus . ... Credit: Cassini Imaging Team , SSI , JPL , ESA , NASA Explanation: What telling impurities taint the ice plumes of Enceladus? ... At this closest-ever approach , Cassini attempted to sniff and obtain chemical data on particles ejected from Enceladus' regular surface, while at other times Cassini flew right through -- and sampled -- ice geysers directly. ... NASA Official: Jay Norris. ... Publications with keywords: Enceladus - cassini spacecraft ....
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/apod/2008-10-13 -- 15.1 Кб -- 13.10.2008
Похожие документы

18. vxWorksPrograms
... aosock_Cmd Converting rpc routines on vxWorks to use daemons : . ... pnt_Cmd: interfaces to the telescope pointing, tiedowns,turret. aosock_Cmd: lets you do regular socket i/o from a tcl script. ... If TCL_ERROR is returned then then command will be aborted (or any function it is called from). ... Errors will usually return with an error message included in the return value. aosock (cl)ose $sockFd . ... TCL_OK with n telling of the bytes returned: . n >0 bytes return. ... sockFd is socket number . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxWorks.html -- 15.8 Кб -- 04.03.2013
Похожие документы

19. NASA - Astronaut Biographies
The nasa.gov site requires that JavaScripts be enabled in your browser. ... Contact NASA . ... The term "astronaut" derives from the Greek words meaning "space sailor," and refers to all who have been launched as crew members aboard NASA spacecraft bound for orbit and beyond. Since the inception of NASA's human space flight program, we have also maintained the term "astronaut" as the title for those selected to join the NASA corps of astronauts who make "space sailing" their career profession. ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/ -- 27.5 Кб -- 03.11.2015
Похожие документы

20. INTERNATIONAL SPACE STATION
CREW 21/22 . ... PRIME CREW . ... From November 1988 to December 1990 he passed a course of training at the General Military Research Air Hospital (GMRAH) where he studied procedures of the flight personnel examination in the altitude chamber and was admitted to independent work with altitude chamber СБK-80 to provide the altitude training of cosmonauts. ... From February 2004 to October 2005 he passed training within the ISS-13 backup crew as the ISS flight engineer and the Soyuz TMA TSC commander. ...
[ Сохраненная копия ]  Ссылки http://www.energia.ru/eng/iss/iss22/kotov.html -- 13.9 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>2053) - www.energia.ru/ )

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


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

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

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