[btqueue-users] New feature: multiple commands in single line
Status: Beta
Brought to you by:
xgie
From: Sugree P. <su...@hp...> - 2004-12-02 09:20:28
|
http://btqueue.blogspot.com/2004/12/multiple-commands-in-single-line.html I have just modified BTQueue to allow specifying multiple commands in a single line separated by semicolon (;). This feature is also available in alias so you can write simple procedure by yourself. Note that you have to quote semicolon if you want it being interpreted as normal character like before. For example, see below alias. alias -s super_detail "detail %(arg1)s;spew %(arg1)s" super_detail will call detail followed by spew. It has been committed to CVS so takes it and enjoy! -- Sugree Phatanapherom su...@hp... |