Comment on Don't create .gitkeep files, use .gitignore instead (2023)parentComments−Aaron22226moThe \n won't be interpreted specially by echo unless it gets the -e option.Author's probably using Zsh, which interprets them by default.−_kst_6moIf you want any kind of non-trivial formatting, use the printf command, not echo.
Comments
Author's probably using Zsh, which interprets them by default.
If you want any kind of non-trivial formatting, use the printf command, not echo.