Rename chapters into "internals" and "intro"

This commit is contained in:
Sebastian Morr 2020-10-01 15:03:02 +02:00
parent 70fe577788
commit f3ff5c5147
97 changed files with 0 additions and 0 deletions
levels/internals/basics

View file

@ -0,0 +1,3 @@
Omnomnom!
For technical reasons, you can't use `cd` in this prototype yet. But there won't be a lot of interaction with the file system anyways. :)

View file

@ -0,0 +1,8 @@
For this prototype, we assume you have some experience with the command line. Here are some commands that will be useful:
- ls
- echo content > file
- cat file
- mkdir dir
Find the riddle in your current directory and put the answer into the file "answer"!

View file

@ -0,0 +1,3 @@
mkdir riddle
echo "ppl p" > riddle/consonants
echo "ae ie" > riddle/vowels

View file

@ -0,0 +1 @@
cat answer | grep -i "apple \\?pie"