diff --git a/lspath/lspath.pl b/lspath/lspath.pl index 7b0442f..af81d59 100755 --- a/lspath/lspath.pl +++ b/lspath/lspath.pl @@ -9,6 +9,6 @@ for my $p (@ARGV) { my $pp = join("/", @p[0..$i]); $pp = "/" if $pp eq ""; - system("/bin/ls", "-ld", $pp); + system("/bin/ls", "-ldi", $pp); } }