Answers for "what is -e flag for in bash sed?"

0

what is -e flag for in bash sed?

# chains commands
sed -e '1p' -e '5p' # Print both line 1 and 5.
Posted by: Guest on April-20-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language