Remove everything from a folder in Linux

to remove everything from a folder, open the terminal and write the command below 

sudo rm -rf /folder_directory/{*,.*}

๐Ÿ“ Remember one thing don't give a space between this {*,.*}