octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #39922] type () fails to display the content o


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #39922] type () fails to display the content of an ASCII file with no extension
Date: Wed, 04 Sep 2013 01:38:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Update of bug #39922 (project octave):

                  Status:                    None => Confirmed              
        Operating System:               GNU/Linux => Any                    
                 Summary: type () fails to display the content of an ASCII
file that is not an m-file => type () fails to display the content of an ASCII
file with no extension

    _______________________________________________________

Follow-up Comment #1:

Semi-confirmed. Type in Octave will actually display the content of files as
long as they have a . in their name, so for example README.txt should work but
README doesn't work.

>From inside the Octave build tree:


octave:7> type AUTHORS
error: type: 'AUTHORS' undefined
octave:7> type BUGS
error: type: 'BUGS' undefined
octave:7> type INSTALL.OCTAVE
INSTALL.OCTAVE is the user-defined function defined from: ./INSTALL.OCTAVE

This file documents the installation of Octave.

   Octave is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39922>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]