Modifications

Sauter à la navigation Sauter à la recherche
84 octets supprimés ,  7 décembre 2016 à 22:34
Ligne 377 : Ligne 377 :     
=== rm ===
 
=== rm ===
  <nowiki>
+
Removes files or directories (directories must be empty).
    usage: rm [-r|--recursive][-f|--force] FILE...
+
 
<nowiki>
+
  rm [-r|--recursive][-f|--force] FILE...
   −
    Removes files or directories (directories must be empty).
      
     positional arguments:
 
     positional arguments:
Ligne 394 : Ligne 393 :  
The shell command can also be abbreviated using the exclamation point.
 
The shell command can also be abbreviated using the exclamation point.
   −
  <nowiki>
+
  shell some-command
    shell some-command
+
!some-command
    !some-command
  −
</nowiki>
      
This will invoke a command, and return back to rshell. Example:
 
This will invoke a command, and return back to rshell. Example:
   −
  <nowiki>
+
  !make deploy
    !make deploy
  −
</nowiki>
      
will flash the pyboard.
 
will flash the pyboard.
29 915

modifications

Menu de navigation