I would like to change the file octave-workspace
from my home directory, simply renaming it to .octave_workspace
. How can I manage to make octave recognize a workspace file (or create a new one) with this new name?
Thanks.
I would like to change the file octave-workspace
from my home directory, simply renaming it to .octave_workspace
. How can I manage to make octave recognize a workspace file (or create a new one) with this new name?
Thanks.
OSX Solution:
You can use chflags
To hide a file from Finder:
To unhide:
Linux Solution:
From what I'm reading here, you can create a "hidden" files file, which contains a list of files to hide. I haven't read it fully, nor did I test it, as I don't use Linux.
http://www.fandigital.com/2012/09/better-way-to-hide-file-folder-in.html
That is the purpose of the
octave_core_file_name()
function.Add the following to your
.octaverc
file: