BTS

Message4679

Author Xk2c
Recipients ft
Date 2013-11-12.16:30:56
Content
Hello

i am again. Hope you still like reading mail from me.  ;)
Frank suggested using shell builtin instead of '\which'.

To my experience this noticeable speeds thinks up, which  ;)
is logically since changing '\which foo' to 'builtin which foo' 
reduces filesystemseeks by 50%.
Since 'builtin which foo' is zsh specific this resulted in quite a big patch
linewise.
So if you are interested here is the updated patch for check4progs().

Regards,
Thilo
Files
File name Uploaded
script-functions Xk2c, 2013-11-12.16:30:56
History
Date User Action Args
2013-11-12 16:30:56Xk2csetrecipients: + ft
2013-11-12 16:30:56Xk2csetmessageid: <1384273856.44.0.854713118759.issue1284@bts.grml.org>
2013-11-12 16:30:56Xk2clinkissue1284 messages
2013-11-12 16:30:56Xk2ccreate