Deephay wrote:

Greetings all,

I am wondering that which command can display some information about the system load
like this:
 07:17:25 up  9:07,  6 users,  load average: 0.42, 0.41, 0.30
(I got this when I tried to overwrite a file with vim)
thx!

Deephay

You can run any program from within vim, by using :!program

My guess is that instead of saying :w! (Force the write to a file) you instead wrote :!w (which ran the "w" program)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to