~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/fr/utilities/unix_s.xml

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?> 
 
2
<!DOCTYPE MAN SYSTEM "../../man.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>fr</LANGUAGE>
 
5
  <TITLE>unix_s  </TITLE>
 
6
  <TYPE>Scilab Function  </TYPE>
 
7
  <DATE>April 1993  </DATE>
 
8
  <SHORT_DESCRIPTION name="unix_s"> ex�cution d&apos;une commande Unix ou DOS, pas de sortie  </SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
  <CALLING_SEQUENCE_ITEM>unix_s(command-name)  </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <PARAM>
 
13
 <PARAM_INDENT>
 
14
  <PARAM_ITEM>
 
15
  <PARAM_NAME>command-name  </PARAM_NAME>
 
16
  <PARAM_DESCRIPTION>
 
17
    : cha�ne de caract�res
 
18
  </PARAM_DESCRIPTION> 
 
19
  </PARAM_ITEM>
 
20
  <PARAM_ITEM>
 
21
  <PARAM_NAME>.SH DESCRIPTION  </PARAM_NAME>
 
22
  <PARAM_DESCRIPTION>
 
23
  </PARAM_DESCRIPTION> 
 
24
  </PARAM_ITEM>
 
25
 </PARAM_INDENT>
 
26
  </PARAM>
 
27
  <DESCRIPTION>
 
28
  <P>
 
29
    Envoie la cha�ne <VERB>command-name</VERB> � l&apos;interpr�teur de commande
 
30
    (sh sous Unix, ou command.com sous DOS). La sortie standard et les erreurs ne sont pas report�es (redirection vers /dev/null sous Unix); notez que la *derni�re erreur uniquement* est signal�e quand <VERB>command-name</VERB> est une suite de commandes s�par�es par des &quot;;&quot;.
 
31
  </P>
 
32
  </DESCRIPTION>
 
33
  <EXAMPLE><![CDATA[
 
34
if MSDOS then 
 
35
  unix_s("del foo");
 
36
else 
 
37
  unix_s("rm -f foo"); 
 
38
end
 
39
 ]]></EXAMPLE>
 
40
  <SEE_ALSO>
 
41
    <SEE_ALSO_ITEM> <LINK>edit</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>manedit</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>unix_g</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>unix_w</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>unix_x</LINK> </SEE_ALSO_ITEM>     <SEE_ALSO_ITEM> <LINK>unix</LINK> </SEE_ALSO_ITEM>
 
42
  </SEE_ALSO>
 
43
</MAN>