SyntaxFix
Write A Post
Hire A Developer
Questions
You can delete a particular single line with its line number by
sed -i '33d' file
This will delete the line on 33 line number and save the updated file.