![]() |
bash - delete lines that starts with one particular lettere from a file
Hi,
What I want to do is: I have a "file.txt" like this: Code:
hiCode:
hiIs it possible? thanks a lot |
Maybe by means of something like this?
Code:
sed -i '/^z/d' file |
great, it works perfect thanks
|
| All times are GMT -5. The time now is 03:04 AM. |