# To remove non-empty directories and all the files without being prompted, use rm with the -r (recursive) and -f options:
rm -rf dirname
rm -rf .directory_name
#In linux Terminal:
#To make a directory:
mkdir directory_name
#To delete a directory:
rmdir directory_name
rm -r -f folderName
command to delete non empty dir
CONFLICT (content): Merge conflict in bash/alx