Command to find file is as below : hdfs dfs -ls {adls file location path}
command to read listed file
you can read a file from hdfs like below. here is a good tutorial.
hdfs dfs -cat <path>