Disk Usage for each user

I have created a program using the unix bash shell and i wanted to know how i can get the disk usage displayed for a specific user based on desired username inputted by a user.

If somebody could give me an example of the code this would be helpful. Thanks

I Guess you need to grep details from repquota for the user whose details you need.