>>> On 3/3/2010 at 04:03 PM, "Stock, Roger W" <[email protected]> wrote: > Does anyone have a way of tracking how much the Linux sort is called?
What comes to mind is renaming the sort command to something else, say realsort, then creating a bash script with that name: #!/bin/sh touch /tmp/$$.$(mcookie) /usr/bin/realsort "$@" Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
