setInterval in bash
  | 
  | 
count files fastly
  | 
  | 
find files that large than 1 GiB
  | 
  | 
test if file exist
  | 
  | 
kill process
find all dart process and kill them all1234# findps -aux | grep dart# find && killpgrep -f dart | xargs kill
Wifi
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
find all dart process and kill them all1234# findps -aux | grep dart# find && killpgrep -f dart | xargs kill
  | 
  |