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

Python __call__ special method practical example -

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -