Tell me what to add to the team
sed -n '/\.com/p' all.txt > com.txt
to select only those lines that end in .com?
Tell me what to add to the team
sed -n '/\.com/p' all.txt > com.txt
to select only those lines that end in .com?
Source: https://ru.stackoverflow.com/questions/559757/
All Articles