Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
router:gl-x750 [18:29 15/08/2024] anakino7router:gl-x750 [20:29 19/05/2025] (actual) – editor externo 127.0.0.1
Línea 45: Línea 45:
 To use vi on a file, type in vi filename. If the file named filename exists, then the first page (or screen) of the file will be displayed; if the file does not exist, then an empty file and screen are created into which you may enter text. To use vi on a file, type in vi filename. If the file named filename exists, then the first page (or screen) of the file will be displayed; if the file does not exist, then an empty file and screen are created into which you may enter text.
  
-{{tablelayout?rowsHeaderSource=Auto&tableSort=1&tableSearch=1&tablePrint=1}} +{{tablelayout?colwidth="129px,387px"}} 
-    +                                                                                          
-| vi filename  | edit filename starting at line 1  +|vi filename     |edit filename starting at line 1                                         
-| vi -r filename | recover filename that was being edited when system crashed  +|vi -r filename  |recover filename that was being edited when system crashed               
-| :x<Return>  | quit vi, writing out modified file to file named in original invocation +|:x<Return>      |quit vi, writing out modified file to file named in original invocation 
-| :q<Return>  | quit (or exit) vi  +|:q<Return>      |quit (or exit) vi                                                        
-| :q!<Return>  | quit vi even though latest changes have not been saved for this vi call  |+|:q!<Return>     |quit vi even though latest changes have not been saved for this vi call  |