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

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

[Octave-bug-tracker] [bug #62282] ls command in 7.1.0 may not function


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #62282] ls command in 7.1.0 may not function
Date: Fri, 22 Apr 2022 14:57:11 -0400 (EDT)

Follow-up Comment #46, bug #62282 (project octave):

I am right at the folder as what show below.   

`ls *`: list all in the current directory    % correct. files listed.  
`ls \*`: look for a single file or list the content of a folder named `*`  
outcome: syntax error at *
`ls .\*`: look for a single file or list the content of a folder named `.*`  %
correct.  there is no such file.  
`ls .\\*`: look for a single file or list the content of a folder named `*`
(the same as second command)   outcome: ls: cannot access './*': No such file
or directory
`ls ./*`: list all in the current directory (the same as first command) 
outcome: list of files.  


I am getting to the point to say that this command is not for me to use.  It
is for someone who are more capable.  


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62282>

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




reply via email to

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