You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% 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.
The text was updated successfully, but these errors were encountered:
Note that colons appear and the files don't match their listed numbers.
The text was updated successfully, but these errors were encountered: