sed - How many commands can you concatenate in a bash pipe? -


i have parse file many regular expressions. concatenation of sed 'replace' commands. question how many sed commands, @ maximum, can concatenate in bash pipe?

as far know, there no limit on number of pipes, commands executed 1 after other. limit quantity of data passed in through pipe, or "pipe buffer limit."

see here more details: https://unix.stackexchange.com/questions/11946/how-big-is-the-pipe-buffer


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -