Introduction For when you need to bulk create bulk folders and files for testing. The command line to the rescue as always. Commands For bulk directories: For bulk files within those directories:
zsh ignore commands beginning ‘#’
Problem It’s not a big one, but one I’ve run in to when creating python scripts to dump out commands with comments so others can see what the command does. To avoid the system returning a line every time that
Change Ownership Recursively for a Single User FreeBSD
Introduction So if you’ve read this and thought, it doesn’t work on FreeBSD then you are right. It doesn’t. Try this instead: You can use this portable find command with something like this. find . -user old-user -exec chown new-user:new-group