How do I delete all files in a folder?



find /home/admin/tmp/ -delete
for f in /home/admin/tmp/*; do rm "$f"; done 



Популярные сообщения из этого блога

LBP-810 LBP1120 LBP1210 Canon LBP printers drivers installer for Ubuntu 20.04

Generating a bootable USB flash drive for Linux distribution

How to stop an automatic redirect from “http://” to “https://” in Chrome