Help for this page

Select Code to Download


  1. or download this
    c:\progs\cygwin\bin\find . -maxdepth 1 -type f -size 0c
    
  2. or download this
    :: In a batch file.
    @echo off
    for %%q in (*) do if (%%~zq)==(0) echo %%q
    
  3. or download this
    perl -E"say for grep -z -f, glob '*'"
    
  4. or download this
    perl -MFile::Find::Rule -E"say for File::Find::Rule->maxdepth(1)->file
    +->empty->in('.');"
    
  5. or download this
    c:\progs\cygwin\bin\find . -type f -size 0c
    
  6. or download this
    :: In a batch file.
    @echo off
    for /r %%q in (.) do if (%%~zq)==(0) echo %%q
    
  7. or download this
    perl -MFile::Find::Rule -E"say for File::Find::Rule->file->empty->in('
    +.');"