Tagged Questions
1
vote
3answers
559 views
bash merge 2 lists removing duplicated
I have an embedded linux system using Busybox (OpenWRT) - so commands are limited. I have two files that look like:
first file
aaaaaa
bbbbbb
cccccc
mmmmmm
nnnnnn
second file
mmmmmm
nnnnnn
...
1
vote
2answers
971 views
How to grep a text recursively on BusyBox 1.0?
How can I find a file containing a certain string on a BusyBox 1.0, if grep -r does not work?