On the off chance that the file has been rm'ed but you still have a file
handle for it open in the process, you may be able to use lsof to find a
inode number from which you might be able to recover the file (maybe
through /proc on Linux?). Sorry, kind of vague, but it's just a thought.

On Monday, July 11, 2016, David P. Sanders <dpsand...@gmail.com> wrote:

> Type ctrl-R in the repl and start to type include. This will give you the
> last command by that name that you typed and will show you which file you
> included. You can do pwd()  to show which directory you are working in.

Reply via email to