Hi, Could anyone provide me with the pointers to source code for linux commands such as 'sort' , 'uniq' etc. many thanks.
+2
A:
Generally on rpm managed Linux distribution, for me to check which file belong to which package, I will use command like:
rpm -qf `which sort`
arsane
2009-06-25 06:59:08
+1
A:
For sources much closer to the original UNIX toolset (and not the GNU rewrites),
The Heirloom Toolchest is a collection of standard Unix utilities.
Highlights are:
ephemient
2009-06-25 18:41:39
The opening of OpenSolaris code is actually a large source of the sources collected in the Heirloom tools I linked to in my answer.
ephemient
2009-06-25 18:58:14
thanks terminus for the soloaris link.Did you have the chance to review the code in GNU/solaris systems ? i personally intend to learn from them ( as they are widely used stable tools ).
Al pacino
2009-06-26 02:30:00