Within a directory with multiple subdirectories I can fetch all .py files, see only which ones have datetime, and show me only the largest of them. Using find, grep, ls and head, but when I try to copy the output of the head, in this case the largest file py. which has datetime, of error! I actually wanted to copy this file to grep it again to find all the classes and functions of that file. If anyone has any tips, thank you!