Can you view a `.lef` file with magic ?
# magic
t
Can you view a
.lef
file with magic ?
a
No. Maybe we can, but I don't know about it.
I view it on vi editor
t
yeah, I wanted to get a some visual for it 😅
t
@Aireen Amir Jalal: Yes, you can do "lef read <file>" in magic. You can also just do "magic <file>" and it will figure out it's a LEF file and read it.
a
Great @Tim Edwards. I'll try that. Thanks