I was trying to search a file which is 1033 bytes size. After half hour googling I find a command which show all file name and size inside the current directory.
find -printf 'Name: %16f Size: %6s\n' How %16f and %6s show the name and file size?