index
:
moreutils
master
implementations of the non-POSIX utilities included in GNU coreutils
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rwxr-xr-x
dir
2
-rwxr-xr-x
vdir
2
2 files changed, 2 insertions, 2 deletions
diff --git a/dir b/dir
index 2a230b8..4507cf5 100755
--- a/
dir
+++ b/
dir
@@ -1 +1 @@
-exec ls -Cb "$@"
+exec ls -C "$@"
diff --git a/vdir b/vdir
index 39e2b35..877b868 100755
--- a/
vdir
+++ b/
vdir
@@ -1 +1 @@
-exec ls -lb "$@"
+exec ls -l "$@"