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

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

[Octave-bug-tracker] [bug #54064] Behavior of open with unknown or non-e


From: Guillaume
Subject: [Octave-bug-tracker] [bug #54064] Behavior of open with unknown or non-existing files
Date: Tue, 5 Jun 2018 11:36:08 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <http://savannah.gnu.org/bugs/?54064>

                 Summary: Behavior of open with unknown or non-existing files
                 Project: GNU Octave
            Submitted by: gyom
            Submitted on: Tue 05 Jun 2018 03:36:07 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Guillaume
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

This is a follow-up of bug #50543 (comments 7 to 11).

Given a binary file, a text file and a non-existing file:


dd if=/dev/urandom of=random.dat count=100 # file: data
echo blah blah blah > random.text # file: ASCII text


Matlab's behavior is:


>> open nonexisting.file
Error using open (line 86)
File 'nonexisting.file' not found.
>> open random.dat
% try to display data in the variable editor
>> open random.text
% open file in Matlab's text editor


while Octave does nothing for a binary or non-existing file and opens the text
file in the system's text editor (not Octave's).




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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