How to count number of file in a folder in fedoro 14 linux

11:19 PM
How to count number of file in a folder:


# For file count
ls *.rpm | wc -l

0 Comments