|
From: | Michael Godfrey |
Subject: | [Octave-bug-tracker] [bug #47903] Display problem with linux commands within Octave |
Date: | Wed, 11 May 2016 21:55:12 +0000 (UTC) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.94 Safari/537.36 |
URL: <http://savannah.gnu.org/bugs/?47903> Summary: Display problem with linux commands within Octave Project: GNU Octave Submitted by: godfrey Submitted on: Wed 11 May 2016 09:55:11 PM GMT Category: Interpreter Severity: 3 - Normal Priority: 5 - Normal Item Group: Inaccurate Result Status: None Assigned to: None Originator Name: Godfrey Originator Email: Open/Closed: Open Discussion Lock: Any Release: dev Operating System: GNU/Linux _______________________________________________________ Details: The following shows that directories in an ls or other command output have their trailing / stripped of. This is pretty minor but can be confusing. And, the same stripping may happen in other cases. ++ address@hidden ls_test]$ oct >> ls dir1 file1 file2 >> ls -l total 4 drwxrwxr-x. 2 godfrey godfrey 4096 May 11 22:47 dir1 -rw-rw-r--. 1 godfrey godfrey 0 May 11 22:47 file1 -rw-rw-r--. 1 godfrey godfrey 0 May 11 22:47 file2 >> quit address@hidden ls_test]$ ls dir1/ file1 file2 address@hidden ls_test]$ ls -l total 4 drwxrwxr-x. 2 godfrey 4096 May 11 22:47 dir1/ -rw-rw-r--. 1 godfrey 0 May 11 22:47 file1 -rw-rw-r--. 1 godfrey 0 May 11 22:47 file2 address@hidden ls_test]$ --vetbatim-- _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?47903> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |