bash에서 이 작업을 수행하고 싶습니다.
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
그러나 이것은 작동하지 않습니다.
답변1
떨어져 있는:
apt install -y \
curl `# my comment` \
python3
bash에서 이 작업을 수행하고 싶습니다.
apt install -y \
curl \ # i'd like to insert comment here somehow
python3
그러나 이것은 작동하지 않습니다.
떨어져 있는:
apt install -y \
curl `# my comment` \
python3