7
rated 0 times
[
7]
[
0]
/ answers: 1 / hits: 8848
/ 1 Year ago, mon, july 11, 2022, 11:23:54
I'm having a hard time making this directory in the terminal. I tried
mkdir '"What's for dinner?"'
but I think that doesn't work because of the apostrophe in What's
. So I tried escaping that apostrophe:
mkdir '"What's for dinner?"'
but it still doesn't work. Any ideas?
edit: I want to keep the double quotes in the directory name.
More From » command-line