Help for this page

Select Code to Download


  1. or download this
      vix [ -i ] [ -r ] [ -s ] [ filenames ... ]
      -i: create minimised (useful when opening many in one go)
      -r: readonly edit session
      -s: open all files in a single vi session
    
  2. or download this
    #!/usr/bin/perl -w
    my $xterm = '/usr/X11R6/bin/xterm';
    ...
                -title => $name,
                -e => $vi, @vopts, $single ? @$_ : $_;
    }