On Wednesday, September 26, 2012 12:33:42 PM lina wrote:
> $ ls -lrt
> total 8
> -rw-r--r-- 1 lina lina  367 Sep 27 00:15  RET
> drwx------ 2 lina lina 4096 Sep 27 00:16 auto-save-list

Look closer: there's a space you are overlooking.
  ls -ls " RET"
might work, and
  ls -ls *RET
will definitely work (in case that character is not a space).

That's the main reason I always use a fixed-pitch font for CLI stuff and 
email.

Reply via email to