Recursively create directories and files in a single command
touchp recursively creates directories and files in a command. It combines the functionality of mkdir -p and touch, making it easy to create files along with their parent directories. It supports multiple file creation, custom permissions, and initial content.