Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
sed '/hello/d' test.txt
int i; cout << "hello!" << endl; printf("%s", "hello"); printf("%s", "world");
int i; printf("%s", "world");