# HG changeset patch # User Davor Ocelic # Date 1557002313 -7200 # Node ID 35b7143830e84184498535dce68bb0edd4b95d27 # Parent ce001854d4b890b9106168cf69cb849a2caee065 With ls -l, print file type ('-' or 'd') as first field of output This change brings output of 'ls -l' closer to the actual shell command. diff -r ce001854d4b8 -r 35b7143830e8 shelldap --- a/shelldap Fri May 03 19:23:54 2019 +0200 +++ b/shelldap Sat May 04 22:38:33 2019 +0200 @@ -2011,7 +2011,7 @@ my $filter; # flag booleans - my ( $recurse, $long ); + my ( $recurse, $long, $all ); # parse arguments: [