Skip to content

Instantly share code, notes, and snippets.

@draganHR
Created January 20, 2024 10:39
Show Gist options
  • Save draganHR/bf06d9defcbcdb847159d8cbb37b34f9 to your computer and use it in GitHub Desktop.
Save draganHR/bf06d9defcbcdb847159d8cbb37b34f9 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Generate commands to recreate directory structure, including ownership and permissions
find . -type d -printf "install --mode="%m" --owner="%u" --group="%g" -d "%p/\\n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment