cat command and primes.txt file
Title
Question
cat command is not working on windows.
In [2]: cat primes.txt
File "<ipython-input-2-b296f9e207f4>", line 1
cat primes.txt
^
SyntaxError: invalid syntax
In [3]: cat?
Object `cat` not found.
Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec
Answers:
done by using %pycat command
%pycat <filename with correct path>
Login to add comment