Skip to content

Commit 9629f1a

Browse files
authored
lets run ls without -lh options
1 parent fbb2e28 commit 9629f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CondCore/Utilities/test/test_uploadConditions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cat <<EOF >> BasicPayload_v0_ref.txt
3232
}
3333
EOF
3434

35-
#echo "Content of the directory is:" `ls -lh . | grep db`
35+
echo "Content of the directory is:" `ls . | grep db`
3636
echo -ne '\n\n'
3737

3838
if test -f "BasicPayload_v0.txt"; then

0 commit comments

Comments
 (0)