pipe command

トップ ページ

このメッセージに返信
著者: Patrick Dupre
日付:  
To: guilde
題目: pipe command
Bonjour,

La commande
check_xoj linear *.xoj |xargs ls -lt |more
fonctionne tres bien, mais si je fais
check_xoj linear *.xoj |xargs LS
j'ai
xargs: LS: No such file or directory

Voici ce que j'ai dans LS:
LS ()
{ 
    ls --color=auto -lt "$@" --color | more
}


Comment faire pourqu'elle fonctionne aussi apres xargs ?
check_xoj renvoie une liste de fichiers (echo)

Merci.

===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre@???
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===========================================================================