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
Answers:
you can use !type <file-path>/<filename>.txt
Example: !type C:/Documents/myfile.txt
First check for directory where the file exists
then pass it as parameter to cat
$> cat $file_path
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
Login to add comment