Reputation:
Say I make a named pipe:
mkfifo foo cat foo cat foo echo "stuff" > "$foo"
is there any guarantee that the first call to cat will receive the data first?
Upvotes: 0
Views: 48