Hello guys
Is it possible to send the result of a command (or a chain of
commands) as input to an executable file in one command?
For example:
./formatfs.sh < ls -l /dev/* | grep sdb1
Where i want to send the file /dev/sdb1 to the executable to be formatted.