cat command
i am using python 3.6.7 and ipython 7.13.0 on windows
can't find cat command in this version
Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec
Answers:
try using !type <filename> for windows.
Thanks