Answers for "sed interst lines to a file"

0

sed interst lines to a file

sed -i -e '78r../../insert_file' File_you_change.txt

# insert line 78 what include in insert_file ,  -i will update, check without -i 
insertfile loated in two folder back ../../
Posted by: Guest on April-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language