In Bash, commands are like magic
words! ๐ช
Here are a few basic commands you can try:
1. `ls` - This shows you a list of files in your current folder. ๐
2. `cd` - This command helps you change to a different folder. For example, `cd Documents` moves you to the Documents folder! ๐
3. `mkdir` - Want to create a new folder? Use `mkdir NewFolder` and watch it appear! ๐
๏ธ
4. `echo` - This command helps you say something back. For instance, `echo Hello World!` will display the phrase on your screen! ๐ข
These commands make it easy to explore and organize your files! ๐