doubt in cat command
cat C:/Users/Monish Naware/Desktop/Archana/Python/Loading-Data-From-Files-Codefiles/pendulum_semicolon.txt
Python-3.4.3 Loading-Data-From-Files 05-06 min 10-20 sec
Answers:
use !type <filename.txt> instead of cat. cat is a Linux command.
not working
05-05-20, 3:14 p.m.
archana.naware@gmail.com
!type works only if the file is present in present working directory. giving whole path of file doen't work!
05-05-20, 4:41 p.m.
archana.naware@gmail.com
use!type<filename.txt>instead of cat.cat is a Linux command