English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

tried look up in the webs already but i can't really fine it. i tried use r and r+ but i guess it's the way i typed the command that's wrong.how do i type the command?

2007-11-07 22:51:06 · 2 answers · asked by Anonymous in Computers & Internet Software

2 answers

Open for read? or open for edit?

If the file is named asdf.txt then these will let you read it
cat asdf.txt
more asdf.txt
less asdf.txt

And these commands might work for editing it
nano asdf.txt
pico asdf.txt
emacs asdf.txt
vi asdf.txt

I would try all of those in that order. If you are in a gui environment like gnome, kde, xwindows, then you need to let us know which one you are using.

2007-11-09 03:26:18 · answer #1 · answered by Gandalf Parker 7 · 0 0

use #vi when u want to close then
Esc
:
q!
to exit
or just #type

2007-11-08 06:56:10 · answer #2 · answered by anirudha ap 2 · 1 0

fedest.com, questions and answers