Você pode tentar usar grep -r
:
Aqui está um exemplo em que eu usei o texto "listen_address" em qualquer arquivo do meu diretório home:
aploetz@dockingBay94:~$ grep -r listen_address *
Documents/stackOverFlowAnswer_connectToCassandra.txt~:If you are connecting to Cassandra from your localhost only (a sandbox machine), then you can set the 'listen_address' in your cassandra.yaml:
Documents/stackOverFlowAnswer_connectToCassandra.txt~: listen_address: localhost
Documents/stackOverFlowAnswer_connectToCassandra.txt:If you are connecting to Cassandra from your localhost only (a sandbox machine), then you can set the 'listen_address' in your cassandra.yaml:
Documents/stackOverFlowAnswer_connectToCassandra.txt: listen_address: localhost
Documents/stackOverFlowAnswer_connectToCassandra.txt: listen_address: dockingBay94
Ubuntu One/cassandraClass/cassandra.yaml:listen_address: $(HOSTNAME)
Ubuntu One/cassandraClass/cassandra.yaml:# Leaving this blank will set it to the same value as listen_address