Hi, my question is related to Magic tool. Can I ex...
# analog-design
a
Hi, my question is related to Magic tool. Can I execute commands such as "extract all" or "ext2spice" directly from the terminal without opening the Magic tool or using its console? @Tim Edwards. Thanks in advance.
t
Copy code
magic -dnull -noconsole << EOF
<commands here>
EOF
a
Thanks. I got it