Comment puis-je rediriger stdin à partir d'un script shell vers une commande dans le script shell? J'essaie de passer le stdin à un flux java System.in.Comment rediriger stdin à partir d'un script shell vers une commande dans le script shell?
Je veux remplacer
find . -type f | $JAVA_HOME/bin/java com.domain.BatchProcess
avec
find . -type f | ./batch.sh