Save the list of every `.txt` under /home into /home/user/txt_files.txt.
`find /home -name "*.txt" > /home/user/txt_files.txt`. The file should contain at least `welcome.txt`, `scores.txt`, and `fruits.txt`.
Sign in to save your code and track progress across devices.