You need to the rm command.
Open a terminal or shell (bash) prompt and type the following command to delete everything in /home/jerry/movies
OR you can use the following single command:
cd /home/jerry/movies
pwd
rm -rf *
Please note that all folders and files including movies will be deleted. Once deleted you will not able to get back your data. So be careful when typing rm -rf command.
rm -rf /home/jerry/movies/
No comments:
Post a Comment