i have another question for my linux server for my wallpaper website hosting..

what is the command to display number of blank spaces in a given file in UNIX?

i was able to login as root in the linux shell, but now what is the command i need to send?

well, if you are asking yourself this question too, i hope i can help you.

this is the command you would send to to display number of blank spaces in a given file in linux. now i have red hat fedora core, so if you have a different distribution im not sure if it will be the same ok. lets say i have a text file called my_text.txt and i want to find out how many blank spaces it has. well its easy just send this commnd and it will show you

wc -l my_text.txt


but the way, this command is called the word count command

hope this helps