Which tool choice suits a short overview file and a large log that needs interactive navigation?
Use pwd with each filename to print its text.
pwd
Use more only for the short overview and dump the large log with cat.
more
cat
Use rm on both files so their contents no longer need inspection.
rm
Use cat for the short overview and more to navigate the large log interactively.