Which command saves only the current directory's .log filenames in log_list.txt?
.log
log_list.txt
ls *.log > log_list.txt
ls * > log_list.txt
ls *.log
cat log_list.txt > *.log