Help for this page

Select Code to Download


  1. or download this
        # Looking for entries in \\myhost.mycompany.com\results$\ matching
    + a certain glob pattern
             my @sharedirs=glob("//myhost.mycompany.com/results\$/ART/$use
    +rname*$uidstr");
    ...
              print "Removing $sharedir\n";
              print "Removing of $sharedir was not successful\n" if rmtree
    +($sharedir,1,1)==0;
             }
    
  2. or download this
    Removing //myhost.mycompany.com/results$/ART/fischron_st_st_buildlsf0.
    +xml_UID1235122965
    Directory //myhost.mycompany.com/results$/ART/fischron_st_st_buildlsf0
    +.xml_UID1235122965 changed before chdir, aborting at  ...
    
  3. or download this
    Removing //myhost.mycompany.com/results$/ART/fischron_st_st_buildlsf0.
    +xml_UID1235122965
    Directory //myhost.mycompany.com/results$/ART/fischron_st_st_buildlsf0
    +.xml_UID1235122965 changed before chdir, expected dev=2 inode=0, actu
    +al dev=-1 ino=0, aborting at  ...
    
  4. or download this
    chdir($sharedir); rmtree($sharedir,1,1);
    
  5. or download this
    RMDIR \\myhost.mycompany.com\results$\ART\fischron_st_st_buildlsf0.xml
    +_UID1235122965