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
Perhaps it's a feature, but I expected to be able to do a lsp -l /path/to/destination/. However,
$ mkdir -p /tmp/a/b
$ ls /tmp/a/
b
$ lsp -l /tmp/a/
Unable to list directory: open /home/kseistrup/ /tmp/a: no such file or directory
$ lsp -l/tmp/a/
[··· 193 lines deleted ···]
lsp "~", 181 files, 69 directories
$
WTF?
The text was updated successfully, but these errors were encountered:
Perhaps it's a feature, but I expected to be able to do a
lsp -l /path/to/destination/
. However,$ mkdir -p /tmp/a/b $ ls /tmp/a/ b $ lsp -l /tmp/a/ Unable to list directory: open /home/kseistrup/ /tmp/a: no such file or directory $ lsp -l/tmp/a/ [··· 193 lines deleted ···] lsp "~", 181 files, 69 directories $
WTF?
The text was updated successfully, but these errors were encountered: