Using terminal to open the directory
code: /home/tp/.local/share/Trash/files#
2. How to remove the folders/files in Trash bin?
Remove folder
code: rm -R foldername
Remove files
code: rm -R filename
3. How to view the folders/files in Terminal?
code: ls
Well done! You can deleted those folders/files in Trash bin using command in Terminal.
