X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=lessfilter;h=92d62c42009d762cbdee483eac5ecfd4fd03046f;hp=fc9eac4e13a760bfdc94238c6130fea446b48148;hb=19420fa802a6d29f6268221894798ba86938a15e;hpb=fdbda4373a045a26e7025d90a2ae1a9fab4d12dd diff --git a/lessfilter b/lessfilter index fc9eac4..92d62c4 100755 --- a/lessfilter +++ b/lessfilter @@ -24,7 +24,7 @@ case "$1" in *) # Display directory contents. if test -d "$1"; then - echo "=> Contents of $1:" + printf '=> Contents of %s:\n' "$1" ls "$1" exit 0 fi