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

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

[Octave-bug-tracker] [bug #30919] "what" doesn't list all the files it s


From: Tim Love
Subject: [Octave-bug-tracker] [bug #30919] "what" doesn't list all the files it should
Date: Tue, 31 Aug 2010 15:56:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.11) Gecko/20100714 SUSE/3.5.11-0.1.1 Firefox/3.5.11

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

                 Summary: "what" doesn't list all the files it should
                 Project: GNU Octave
            Submitted by: timlove
            Submitted on: Tue Aug 31 15:56:46 2010
                Category: Interpreter
                Severity: 3 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: Tim Love
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In the example below, what.m is a copy of the standard version. Though 2 *.m
files are in the directory, only the first is listed. 
I've the same trouble with *.mat files. Matlab shows all the files.


octave:3> cd /tmp
octave:4> what
M-files in directory /tmp:

   mywhat.m                                                                 

octave:5> which what
`what' is a function from the file /tmp/what.m
octave:6> ls *.m
mywhat.m  what.m
octave:7> ls -l *.m
-rw-r--r-- 1 tpl cstaff 3667 2010-08-31 15:56 mywhat.m
-rw-r--r-- 1 tpl cstaff 3302 2010-08-31 15:56 what.m





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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