How to make sure newlines are not get lost in command substitution in MacOS?

后端 未结 0 404
遥遥无期
遥遥无期 2020-12-15 13:30

I have a shell script where I first define some variables:

BASE_DIR=`pwd`
PRJ_NAME="My project"
DB_FILE="target/my-project.db"
FLAT_FILES=         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题