Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

change from julia mode to shell mode

Tags:

julia

I am using Julia 1.4.2. my version info is,

Julia Version 1.4.2 Commit 44fa15b150* (2020-05-23 18:35 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-8.0.1 (ORCJIT, skylake)

How to change from Julia command mode to Shell mode in julia?

I want to perform os commands such as ls pwd etc.,

like image 659
Mohamed Thasin ah Avatar asked Jan 25 '23 22:01

Mohamed Thasin ah


1 Answers

Use semicolon (;). You can read about different shell modes here.

like image 197
Andrej Oskin Avatar answered Feb 05 '23 07:02

Andrej Oskin