What is the difference between Home and $Home?

Answers were Sorted based on User's Feedback



What is the difference between Home and $Home?..

Answer / jaya

In Vim, your home directory is specified with $HOME. On Unix
systems, this is your ~ directory. On Windows systems, the
best way to find the value of $HOME is from within Vim, as
follows
:version
:echo expand('~')
:echo $HOME
:echo $VIM
:echo $VIMRUNTIME

Is This Answer Correct ?    0 Yes 0 No

What is the difference between Home and $Home?..

Answer / chakri

A "home" is where you live your life. A "house" is where you pose waiting for the photographers to show up.

Is This Answer Correct ?    3 Yes 11 No

Post New Answer

More OOPS Interview Questions

What is difference between class and object with example?

0 Answers  


what are the ways in which a constructors can be called?

0 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

0 Answers  


what is the difference between class and object?

9 Answers  


how many types of notations are in java

1 Answers   National University of Modern Languages (NUML),






what is a virtual class?

5 Answers   Cap Gemini, IBM, Infosys, Trinity Technologies,


What is a linked list?

7 Answers   IBM, Neural Info,


monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

13 Answers   IonIdea,


Whatis the difference between oop and object based language

3 Answers  


What are classes oop?

0 Answers  


Why is there no multiple inheritance?

0 Answers  


when my application exe is running nad i don't want to create another exe what should i do

2 Answers   HCL,


Categories