editing files in unix

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suresh pandey
    New Member
    • Mar 2010
    • 4

    editing files in unix

    we know that through absolute pathname we can see the content of files of other directory working in the present directory but can we edit it while working in the present directory.
    what is difference in working while working in ubuntu and red hat linux
  • rski
    Recognized Expert Contributor
    • Dec 2006
    • 700

    #2
    sure you can.

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      There is no difference between the flavors.... *nix is *nix.

      When you edit it, you simply use the same full (absolute) path that you would when you view the directory contents:

      Code:
      vi /path/to/file.txt
      Hope that helps.

      Regards,

      Jeff

      Comment

      Working...