Help for this page

Select Code to Download


  1. or download this
    system("tar --delete --file foo.tar foo.bar >NULL: 2>&1");
    
  2. or download this
    my $result=`tar --delete --file foo.tar foo.bar 2>&1`;