cat command not working
Title
Question
Downloaded primes.txt from code files.Where to save it for proper working of cat command.As per video cat command not working for windows
Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec
Answers:
cat command is a linux command. Copy the files in the current working directory.
To check the current working directory type %pwd inside ipython terminal.
After copying it type !type primes.txt to show the file contents inside ipython terminal.
Login to add comment