The command ls -l >> f1 would overwrite the contents of f1 with the output of the command ls -l .
Reveal answer
Fill a bubble to check yourself
The command ls -l >> f1 would overwrite the contents of f1 with the output of the command ls -l .