Unit-IV
Title
Question
I am not able to use cat command
it gives syntax error
i am using windows os
i tried !type but it said syntax incorrect
even i m not able to execute in jupyter
Python-3.4.3 Loading-Data-From-Files 04-05 min 10-20 sec
Answers:
You can also try %pycat
However it looks like you are doing something that is unexpected, since the system should not throw a syntax error if it cannot find the command.
Can you add what code you are inputting and can you paste the complete error here?
<pre style="overflow: auto; font-family: monospace; font-size: inherit; padding: 1px 0px; margin-bottom: 0px; line-height: inherit; color: black; background-color: transparent; border-width: 0px; border-style: initial; border-color: initial; vertical-align: baseline;">The syntax of the command is incorrect. </pre>
<bdi>In</bdi> [16]:
<font color="#000000" face="Helvetica Neue, Helvetica, Arial, sans-serif"><span style="font-size: 14px;">!type<primes.txt></span></font>
<pre style="overflow: auto; font-family: monospace; font-size: inherit; padding: 1px 0px; margin-bottom: 0px; line-height: inherit; color: black; background-color: transparent; border-width: 0px; border-style: initial; border-color: initial; vertical-align: baseline;">The syntax of the command is incorrect. </pre>
<bdi>In</bdi> [16]:
Login to add comment