How can i delete everything that contains cd ~ && du -hs $(ls -A)

how can i delete everything that contains cd ~ && du -hs $(ls -A)

This is a command to list our everything in a directory and then show it’s size. If you want to delete everything in a directory including folders, you can run rm -rf *

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.