Categories
How to create files with names given by grep command?
grep "^Be" city.txt | sed 's/ //g' вот этой командой получаю две строки BelgradeSerbia1166763 BerlinGermany3671000
Answer the question
In order to leave comments, you need to log in
grep "^Be" city.txt | sed 's/ //g' | xargs touch
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question