I made my way through the shell tutorial (Bash) and noticed that the manpage mkdirdescribes a verbose version that displays a message when creating a directory:
-v, --verbose
print a message for each created directory
It seems to mkdir -vhave a predefined message that it prints. Is there a way to print a custom message? Is there a way to constantly set a custom message instead of the default message?
source
share