Julia Programming Language
How to enter \n with backtick syntax?
New to Julia
stevengj
September 29, 2020, 7:18pm
3
`echo $"hello\nworld"`
— using
$
lets you interpolate Julia string syntax.
6 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
External program with string argument interpolation
General Usage
cmd
8
1107
September 24, 2020
String interpolation in docstring
New to Julia
question
,
string-interpolation
10
1019
October 15, 2020
Getting Unwanted Quotes in System Calls
General Usage
shell
1
885
March 4, 2017
Proper escaping when building a command with nested quotes
New to Julia
question
,
shell
0
1204
November 23, 2019
Executing system commands "backtick-like" way in Julia?
New to Julia
question
18
478
May 30, 2024