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

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

[Octave-bug-tracker] [bug #40989] ls fails if blank spaces exist in file


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #40989] ls fails if blank spaces exist in filepath
Date: Sun, 29 Dec 2013 19:06:32 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #5, bug #40989 (project octave):

addpath doesn't seem to have any problem with spaces:

    mkdir('a b')
    system('touch "a b/c.m"')
    addpath('a b')
    which c
    rmpath('a b')
    delete('a b/c.m')
    rmdir('a b')

returns:

        'c' is a script from the file C:Usersfgnievinskia bc.m

can you confirm on linux?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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