for files only
# cd /path/to/folder/ # rm *
For files and folders
# cd /path/to/folder/ # rm -rf *
Linux, Windows, Software Tips, Articles and Hacks
for files only
# cd /path/to/folder/ # rm *
For files and folders
# cd /path/to/folder/ # rm -rf *