saving . . . saved about cat command has been deleted. about cat command has been hidden .
about cat command
Title
Question
How to write cat command with file path, if file exists in other directory ( Windows OS ).

Python-3.4.3 Loading-Data-From-Files 06-07 min 0-10 sec 25-05-19, 4:17 p.m. naresh.cse

Answers:

you can use !type <file-path>/<filename>.txt

Example: !type C:/Documents/myfile.txt
25-05-19, 4:24 p.m. ankitrj.iitb


First check for directory where the file exists
then pass it as parameter to cat 
$> cat $file_path
25-05-19, 4:25 p.m. erankikiran


download codes, which given below the video and save it in your default path.
cat function is for ubantu linux user.
For windows use
     !type filename.txt

19-09-20, 8:29 a.m. deepali0225@gmail.com


Log-in to answer to this question.