Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ll -R creates broken shortcut $e# variables #265

Open
HaleTom opened this issue Sep 2, 2018 · 1 comment
Open

ll -R creates broken shortcut $e# variables #265

HaleTom opened this issue Sep 2, 2018 · 1 comment
Labels

Comments

@HaleTom
Copy link
Collaborator

HaleTom commented Sep 2, 2018

% mkdir -p dir/sub && cd dir
% touch a b sub/{c,d}
% ll -R
drwxr-xr-x 1 ravi ravi 4 Sep  2 17:11 [1]  sub
-rw-r--r-- 1 ravi ravi 0 Sep  2 17:11 [2]  a
-rw-r--r-- 1 ravi ravi 0 Sep  2 17:11 [3]  b
-rw-r--r-- 1 ravi ravi 0 Sep  2 17:11 [4]  c
-rw-r--r-- 1 ravi ravi 0 Sep  2 17:11 [5]  d
% # This makes c and d appear to be in the same directory as a and b.
% ge printf '%s\n' 1-5
/home/ravi/code/scm_breeze/tmp/dir/.:
/home/ravi/code/scm_breeze/tmp/dir/sub
/home/ravi/code/scm_breeze/tmp/dir/a
/home/ravi/code/scm_breeze/tmp/dir/b
/home/ravi/code/scm_breeze/tmp/dir/sub:

Note that colons appear and the files don't match their listed numbers.

@ghthor
Copy link
Member

ghthor commented Sep 11, 2018

Never even used that flag, but yeah I can see how the processing would jank this up. !_!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants