saving . . . saved command not working has been deleted. command not working has been hidden .
command not working
Title
Question
hi, i am using windows 10 , the command
  'cat primes.txt' is not working please help

Python-3.4.3 Loading-Data-From-Files 01-02 min 20-30 sec 29-05-20, 6:03 a.m. ppra19

Answers:

Hello
 cat is the command for linux OS to read the file.
It will not wok in Windows OS.

30-05-20, 3:50 p.m. sweacha.lakshmi@gmail.com


Use 'type primes.txt'

Linux->cat
Windows->type


30-05-20, 7:14 p.m. swaroopmanerikar@gmail.com


Log-in to answer to this question.