You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://librarycarpentry.org/lc-shell/03-working-with-files-and-folders.html
if WSL for windows is added as suggested in a previous issue, as a basic way to view/edit/read files, Nano could be introduced. (Of course understand if lesson already too full)
It has less "barrier" to entry than vim with more basic keyboard commands.
Open a file:
nano filename.txt
To save a file ctrl + s
To exit file ctrl + x
Navigate using keyboard arrow keys
The text was updated successfully, but these errors were encountered:
https://librarycarpentry.org/lc-shell/03-working-with-files-and-folders.html
if WSL for windows is added as suggested in a previous issue, as a basic way to view/edit/read files, Nano could be introduced. (Of course understand if lesson already too full)
It has less "barrier" to entry than vim with more basic keyboard commands.
Open a file:
nano filename.txt
To save a file ctrl + s
To exit file ctrl + x
Navigate using keyboard arrow keys
The text was updated successfully, but these errors were encountered: