Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I edit / create a text file (i.e. wheres my notepad)?

create edit file Notepad text
0
Posted

How do I edit / create a text file (i.e. wheres my notepad)?

0

There are several text editors on UNIX. Probably the most user-friendly is ‘pico’. You create or edit a file by typing: ‘pico filename’ or ‘pico filename.txt’ (if you really care to have the ”.txt” there) *technical* Other editors on the system include vi, vim, emacs, and xemacs. If you are doing development I strongly recommend emacs or xemacs, both of which can be forwarded to your box if you have an Xserver running (such as Exceed) or are on a UNIX box. Remember to enable X forwarding through SSH on your end as well. Vim is a far more complex and configurable console editor. E-mail root@stwing if you want help with configuring it; I personally like it far better then pico.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123