CLH-010
< Script House
I/O REDIRECTION
operator@shadow:~
[SYSTEM] I/O redirection module loaded
[MISSION] Control data streams and create operational reports
> Mission: Master >, >>, |, and tee
Type help for available commands.
operator@shadow:~$
CURRENT OBJECTIVE
1
2
3
4
5
CAPTURE: Redirect Output to File
List the intel directory contents and save to reports/filelist.txt using output redirection.
$ ls intel > reports/filelist.txt