LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Slackware 4.0 floppy disk and text files (https://www.linuxquestions.org/questions/linux-newbie-8/slackware-4-0-floppy-disk-and-text-files-457016/)

Dan_471 06-21-2006 02:47 PM

Slackware 4.0 floppy disk and text files
 
Hello

I have slack 4.0 installed on my hard drive, and can boot to a command promt. My goal is to be able to read .txt files from a floppy disk, hopefully in a very large font, so I can relax in my easy chair and read stuff. What do I do next?

Your help greatly appreciated. Thank you,

Dan

J_K9 06-21-2006 03:00 PM

Hi,

Not that I have ever used Slackware 4.0 before, but.. Have you tried compiling an app like 'more' or 'less' from source? Either of those will be able to do what you want.

Cheers,

-jk

Ps. Welcome to LQ!! ;)

Dan_471 06-21-2006 03:12 PM

well, actually, compiling something would be way beyond my knowledge right now. Supposedly, the iso disk I used for installation had several text editors on it.

Also, perhaps a later version of slack would be good, or even a different distro altogether. I've got a 366 Mhz processor and 32 Mb of ram. suggestions?

J_K9 06-21-2006 03:19 PM

Compiling something is fairly simple, especially if the app has no dependencies - all you have to do is extract the tarballed source code (if it is, eg. archive.tar.gz, run 'tar xzf archive.tar.gz'), then do a 'cd extracteddirectory/' (replace with proper name) to go into the extracted directory and './configure; make; make install' - that should work :)).

But, if you say it brings text editors, try running 'vi file.txt', 'more file.txt', 'less file.txt' or 'emacs file.txt'. One of those should work ;)

Cheers,

-jk


All times are GMT -5. The time now is 07:23 PM.