Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

remove ._ files mac

dot_clean -n .
Comment

remove mac ._ files windows

find . -name "._*" -exec rm '{}' ; -print
Comment

PREVIOUS NEXT
Code Example
Shell :: how to clone repo with all branches 
Shell :: how to make a function in bash 
Shell :: free code camp offline 
Shell :: how to uninstall in ubuntu 
Shell :: run anydesk from terminal ubuntu 
Shell :: changed files githib 
Shell :: generate rs256 key pair 
Shell :: ubuntu kill running port 
Shell :: linux compress a pdf 
Shell :: how to install gitlab on mac os 
Shell :: delete github branch 
Shell :: how can I use eog command in windows subsystem linux? 
Shell :: how to assign a value to a variable in batch script using powershell 
Shell :: connect project to git repository 
Shell :: how to uninstall photos app in windows 10 
Shell :: open terminal in current folder windows 
Shell :: how to install virtualmin on ubuntu 20.04 
Shell :: how to send email with body and attachment in unix 
Shell :: verify large directory after copy files 
Shell :: create enumerated folders termina 
Shell :: check if server has alreday AD 
Php :: composer update no limit 
Php :: php reverse shell one liner 
Php :: var_dump smarty 
Php :: check composer php version 
Php :: php keep only numbers in string 
Php :: php today date 
Php :: mac php ini file path 
Php :: how to calculate age in laravel 
Php :: get last character of string php 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =