Skip to main content
formatting
Source Link
terdon
  • 251.8k
  • 69
  • 480
  • 716

youYou can use sed to search pattern to delete each line what contain this pattern

sed -i '/Products below this line are out of stockNumber, month, year, reference, store/d' file

sed -i '/Products below this line are out of stockNumber, month, year, reference, store/d' file

you can use sed to search pattern to delete each line what contain this pattern

sed -i '/Products below this line are out of stockNumber, month, year, reference, store/d' file

You can use sed to search pattern to delete each line what contain this pattern

sed -i '/Products below this line are out of stockNumber, month, year, reference, store/d' file
Source Link
Raza
  • 4.2k
  • 7
  • 31
  • 34

you can use sed to search pattern to delete each line what contain this pattern

sed -i '/Products below this line are out of stockNumber, month, year, reference, store/d' file