Modifications

Sauter à la navigation Sauter à la recherche
32 octets ajoutés ,  7 décembre 2016 à 22:20
Ligne 254 : Ligne 254 :  
== Commandes ==
 
== Commandes ==
   −
args
+
=== args ===
----
      
  <nowiki>
 
  <nowiki>
Ligne 264 : Ligne 263 :  
out each argument that it receives.
 
out each argument that it receives.
   −
boards
+
=== boards ===
------
  −
 
   
  <nowiki>
 
  <nowiki>
 
     boards
 
     boards
Ligne 274 : Ligne 271 :  
names, and the connection.
 
names, and the connection.
   −
cat
+
=== cat ===
---
  −
 
   
  <nowiki>
 
  <nowiki>
 
     cat FILENAME...
 
     cat FILENAME...
Ligne 283 : Ligne 278 :  
Concatinates files and sends to stdout.
 
Concatinates files and sends to stdout.
   −
cd
+
=== cd ===
--
  −
 
   
  <nowiki>
 
  <nowiki>
 
     cd DIRECTORY
 
     cd DIRECTORY
Ligne 293 : Ligne 286 :  
to the previous directory.
 
to the previous directory.
   −
connect
+
=== connect ===
-------
  −
 
   
  <nowiki>
 
  <nowiki>
 
     connect TYPE TYPE_PARAMS
 
     connect TYPE TYPE_PARAMS
Ligne 305 : Ligne 296 :  
pyboards simultaneously.
 
pyboards simultaneously.
   −
cp
+
=== cp ===
--
      
  <nowiki>
 
  <nowiki>
Ligne 317 : Ligne 307 :  
should be a directory.
 
should be a directory.
   −
echo
+
=== echo ===
----
  −
 
   
  <nowiki>
 
  <nowiki>
 
     echo TEXT...
 
     echo TEXT...
Ligne 326 : Ligne 314 :  
Display a line of text.
 
Display a line of text.
   −
edit
+
=== edit ===
----
  −
 
   
  <nowiki>
 
  <nowiki>
 
     edit filename
 
     edit filename
Ligne 342 : Ligne 328 :  
are tried in the order listed).
 
are tried in the order listed).
   −
filesize
+
=== filesize ===
--------
  −
 
   
  <nowiki>
 
  <nowiki>
 
     filesize FILE
 
     filesize FILE
Ligne 352 : Ligne 336 :  
testing.
 
testing.
   −
filetype
+
=== filetype ===
--------
  −
 
   
  <nowiki>
 
  <nowiki>
 
     filetype FILE
 
     filetype FILE
Ligne 362 : Ligne 344 :  
testing.
 
testing.
   −
help
+
=== help ===
----
  −
 
   
  <nowiki>
 
  <nowiki>
 
     help [COMMAND]
 
     help [COMMAND]
Ligne 372 : Ligne 352 :  
command is provided.
 
command is provided.
   −
ls
+
=== ls ===
--
      
  <nowiki>
 
  <nowiki>
Ligne 389 : Ligne 368 :  
       -l, --long  use a long listing format
 
       -l, --long  use a long listing format
   −
mkdir
+
=== mkdir ===
-----
   
  <nowiki>
 
  <nowiki>
 
     mkdir DIRECTORY...
 
     mkdir DIRECTORY...
Ligne 397 : Ligne 375 :  
Creates one or more directories.
 
Creates one or more directories.
   −
repl
+
=== repl ===
----
      
  <nowiki>
 
  <nowiki>
Ligne 424 : Ligne 401 :  
and it will boot the pyboard into DFU.
 
and it will boot the pyboard into DFU.
   −
rm
+
=== rm ===
--
  −
 
   
  <nowiki>
 
  <nowiki>
 
     usage: rm [-r|--recursive][-f|--force] FILE...
 
     usage: rm [-r|--recursive][-f|--force] FILE...
Ligne 441 : Ligne 416 :  
       -f, --force      ignore nonexistant files and arguments
 
       -f, --force      ignore nonexistant files and arguments
   −
shell
+
=== shell ====
-----
  −
 
   
The shell command can also be abbreviated using the exclamation point.
 
The shell command can also be abbreviated using the exclamation point.
  
29 910

modifications

Menu de navigation