Linux command to delete all files in a folder or directory using 2 ways

preview_player
Показать описание
How to delete all files and folders in a directory using linux command is shown

#linuxtutorial
Рекомендации по теме
Комментарии
Автор

Why not ~$ cd data and then ~$ rm -r * ?
It will delete directories and files inside data ( data2, f.txt, newpro.c ) but not data directory itself !
Good video anyway.

xdrvxtf