saving . . . saved cat command has been deleted. cat command has been hidden .
cat command
Title
Question
Showing error while using cat command,which path should be given to load a data from prime.txt files.Please give the solution for windows.

Python loading-data-from-files 01-02 min 20-30 sec 21-05-20, 6:46 p.m. archanapahir@gmail.com

Answers:

cat command in ubuntu is used for printing file contents in the terminal. more is equivalent command in windows for cat in ubuntu.
Ex. Type the following command in command prompt, to print the contents of file primes.txt which is located at E:\Practice\python.
more E:\Practice\python\primes.txt
22-05-20, 3:19 p.m. pankajap@cse.iitb.ac.in


Log-in to answer to this question.