|
|
|
|
|
linguist.page@gmail.com
Home
»
Computational Linguistics
»
Computing Fundamentals
»
The Linux Command Line (CLI)
»
Text Editors
Open a file in nano editor
Type here
nano script.py
Open a file in vim editor
Type here
vim script.py
Open a file in vi editor
Type here
vi filename
← Previous
Next →