linuxshellpipe

How to set pipe size from shell?


pipe buffer size can be set from c using fcntl(). Can it be done directly from a shell script?


Solution

  • Setting pipe size should be possible with command pipesz from package util-linux.