Hi, How can I execute the following command without get the error below: Command: $count=`ls -d 246.56* |wc -l `; Error Message: "246.56*: No such file or directory" Moreover, how can i 'count word' using Perl command? Thanks.