Where can I see this txt file? I have no idea what my current working directory is.
Your current working directory is where you started your polymake session, until you changed it explicitly using a "chdir" command. You must have entered the "polymake" command in a Linux shell. The current working directory is usually displayed in the "prompt" string, to the left from the input area. If it's your home directory, it will be abbreviated as "~".
Thank you for your patience... I know these are super elementary but I am really stressed out about it... Your help is greatly appreciated!!! (since I really couldn't google any useful information for newbie like me)
A little bit background. I am using window subsystem for Linux and installed Ubuntu into it.
I printed a polymake using $p->FACETS. However, I had a big trouble: the output windows do not have enough lines to show it (The default height is 9000. I already tried to set in to 90000, but it shows at most 32767. I later found that it is the biggest height that it can be)
Therefore, I am trying to save the print to a txt file. Then, I should be able to read it by "opening" the txt file. I follow the instruction above (thank you so much) by typing
save_data($p->FACETS, "mypoly.txt");
It seems to be working. However, I really couldn't locate the file from file explorer. When I type pwd (I just found this basic command from the internet), I get
/home/<my user name>
where <my user name> is my user name. I didn't display it since it is unnecessary info. I don't know where it is actually. It does not look like the usual file directory we use in Window. I know Linux uses frontslash, but I have no idea where it IS.
It is just very frustrating that why such elementary information is nowhere to be found on the internet. Every help/troubleshoot seems to assume I need to know something beforehand, but the fact is I know nothing. Thank you so much in advance!!!!!!!