Where can I find the source code of Unix utilities?

gnu-coreutils, linux

Solution

On Debian and Ubuntu:

apt-get source coreutils

More generally: http://ftp.gnu.org/gnu/coreutils/

Problem

Could anyone provide me with the pointers to source code for linux commands such as 'sort' , 'uniq' etc.?

Original source