Help for this page

Select Code to Download


  1. or download this
    /perl -le 'print -e glob "/abc/def/ghi/test*"'
    
  2. or download this
    if (-e glob '/abc/def/ghi/test*') # line 4
    {
        `sudo rm /abc/def/ghi/test*`; # Remove files if they already exist
    }