InterviewSolution
Saved Bookmarks
| 1. |
Can we search for files using wildcards? |
|
Answer» Yes. For example, to list all the files which begin with the letter a, you could use the ls command with the * wildcard &minu; hdfs dfs –ls a* |
|