Beedata Analytics technical recipes
Welcome to Beedata Analytics technical notes
Ambari cannot connect to a data node
Check region consistency and table integrity problems on HBase
Decommissioning datanodes in Hadoop cluster
Extract 7z file in Linux
Fast string search in a very large file
Find a file by name from a directory
Find all files containing specific text on Linux
How to leave Hadoop safe mode
Output a brief report on the overall HDFS filesystem
Beedata Analytics technical recipes
Docs
»
Find a file by name from a directory
Find a file by name from a directory
find . -iname '*pattern*'
« Previous
Next »