Usuń każdy plik w katalogu Mac
To remove all non-hidden files and sub-directories (along with all of their contents) in a directory use:
rm -r /path/to/directory/*
tinydev
To remove all non-hidden files and sub-directories (along with all of their contents) in a directory use:
rm -r /path/to/directory/*