
FxLinux is a mini Linux emulator program that runs on thefx-9860 series. It contains a terminal similar to Linux systems and takes input from the buttons in the same way as input from the rest of the calculator add-ins.
The program contains some commands in theF1-F6 buttons, which are :
F1: It cleans the terminal of all contentsF2: Switch between uppercase and lowercase lettersF3: It shows you the commands available in the systemF6: Stops the program/add-in
The program is a Linux emulator, So of course there will be text commands that you can use and interact with the system with, which are :
help: It shows you the commands available in the systemexit: Stops the program/add-inshutdown: Same thing as exitclear: It cleans the terminal of all contentsls: Display files and folders in the current pathcat: Print the content of a specified fileuname: Print system informationecho: Print text in the terminalcd: Change the current pathrm: Delete a specified filermdir: Delete a specified foldersleep: Stop the system for several secondspwd: Print the current pathtouch: Create an empty filemkdir: Make a folderbash: Run a bash script file for FX Linux. You can write the same terminal ./ : commands inside the file and then run it.
This program is the first program I wrote in the C language and also the first program I wrote for a calculator, so there are some strange errors. For example, the addin crash sometimes when using some commands such as :mkdir, rmdir, cat , etc.. ( after they are executed)
Also, dealing with paths is a bit clumsy, so make sure you are in the right place to point to a specific file or folder.