Horje
how to find zero byte files Code Example
how to find zero byte files
 ls -l | awk '{ if($5==0) print $9}' 

expalin :
 ls
-rw-rw----    1 nkumarachchi2019 nkumarachchi2019        0 Dec 15 16:47 jobs.cancel
$5 th column is zero bit 
if $5 is == 0 print $9 is file path

ls -lh human readable format





Shell

Related
install older version of laravel Code Example install older version of laravel Code Example
wordpress mit ssh installieren Code Example wordpress mit ssh installieren Code Example
installing xlswriter Code Example installing xlswriter Code Example
conda install parse Code Example conda install parse Code Example
vim delete to end of file Code Example vim delete to end of file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8