#!/bin/bash for dir in {.config/,.local/,}.{remove,delete,del,abc,quotakiller,00deleteme,zzremovethis} do echo rm -rf "$dir" done