Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

delete empty files bash

# This will delete all empty files in directory /tmp
find /tmp -size  0 -print -delete
Comment

PREVIOUS NEXT
Code Example
Shell :: docker pull image and rename it 
Shell :: obs for ubuntu 
Shell :: vim strip trailing whitespace from the end of every line 
Shell :: kubectl pod stuck terminating 
Shell :: Another active Homebrew update process is already in progress 
Shell :: git origin 
Shell :: gcloud set zone cli 
Shell :: npm fix deprecated packages globally 
Shell :: edit hosts file mac terminal 
Shell :: install sudo 
Shell :: ubuntu server scan virus 
Shell :: git reset head to remote 
Shell :: how to update remote branches list git 
Shell :: install keras anaconda jupyter notebook 
Shell :: xclip string to clipboard 
Shell :: how to stop mongodb in linux 
Shell :: kill processes on port 80 
Shell :: check git current branch 
Shell :: find file in ubuntu 
Shell :: zsh check if directory exists 
Shell :: how to check services running on port 8080 in linux 
Shell :: chrome skia shader compilation error 
Shell :: how to install grub customizer 
Shell :: remove pyqt5 with conda 
Shell :: Ubuntu how to install jetbrains toolbox app 
Shell :: codeigniter 4 install composer 
Shell :: uuid 
Shell :: Failed to connect to github.com port 443: Connection refused 
Shell :: git remove all local commits 
Shell :: iis reset 
ADD CONTENT
Topic
Content
Source link
Name
1+8 =