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

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

[Octave-bug-tracker] [bug #42920] ls/dir give error when using directori


From: Matthias Jüschke
Subject: [Octave-bug-tracker] [bug #42920] ls/dir give error when using directories with a space (' ').
Date: Tue, 05 Aug 2014 20:56:17 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Firefox/31.0

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

                 Summary: ls/dir give error when using directories with a
space (' ').
                 Project: GNU Octave
            Submitted by: maju
            Submitted on: Di 05 Aug 2014 20:56:15 GMT
                Category: Octave Function
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Maju
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.6.4
        Operating System: GNU/Linux

    _______________________________________________________

Details:

in the Shell I get

ls -l with\ space/
insgesamt 0
-rw-r--r-- 1 me users 0  3. Aug 22:25 test


And in octave it does not work:

octave:1> system('ls ~/with\ space')
test
ans = 0
octave:2> ls '~/with space'
ls: Zugriff auf /home/me/with nicht möglich: Datei oder Verzeichnis nicht
gefunden
ls: Zugriff auf space nicht möglich: Datei oder Verzeichnis nicht gefunden
error: ls: command exited abnormally with status 2
octave:2> ls '~/with\ space'
ls: Zugriff auf /home/me/with\ nicht möglich: Datei oder Verzeichnis nicht
gefunden
ls: Zugriff auf space nicht möglich: Datei oder Verzeichnis nicht gefunden
error: ls: command exited abnormally with status 2
octave:2> ls '~\/with\ space'
ls: Zugriff auf ~\/with\ nicht möglich: Datei oder Verzeichnis nicht
gefunden
ls: Zugriff auf space nicht möglich: Datei oder Verzeichnis nicht gefunden
error: ls: command exited abnormally with status 2
octave:2> ls '\~\/with\ space'
ls: Zugriff auf \~\/with\ nicht möglich: Datei oder Verzeichnis nicht
gefunden
ls: Zugriff auf space nicht möglich: Datei oder Verzeichnis nicht gefunden
error: ls: command exited abnormally with status 2





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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