From the command line, I want to do cat on a txt file on a different partition, how can I do that?
I mount the drive manually and from the command line, I type: (this case, abc.txt in f drive)
cat ~/media/f/abc.txt
But it says no such file or directory exists.
Please help, thanks!