ls
dir
echo *
ls night-before-christmas.txt
ls *
ls .
ls -N night-before-christmas.txt
echo "$(ls)"
ls -N night-before-christmas.txt
ls -1
ls n*
ls -A
ls -u
ls -r
ls *txt
ls -N
echo `ls`
You've stumbled upon a festive adventure where you need to type single commands into your browser to get Christmas presents! As a reward for your efforts, you might learn a little bit about the command line.
On just about every Unix and Unix-like operating systems there is a command named ls
.
ls
is short for "list" and can be used to list files in your current working directory.
Try sending the command ls
in the command box to list all files in the directory.