meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| general:computerenvironment:shell_basic_commands [2020/04/17 08:46] – felix | general:computerenvironment:shell_basic_commands [2020/09/07 18:20] (current) – [If / Else] ingo | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| cat ejemplo.txt | grep " | cat ejemplo.txt | grep " | ||
| - | Tip: You can create this file by using two commands: | + | ---- |
| + | Tip: You can create this file with: | ||
| < | < | ||
| - | touch ejemplo.txt | ||
| nano ejemplo.txt | nano ejemplo.txt | ||
| </ | </ | ||
| - | |||
| paste the contents of the ejemplo file into the nano editor and close it using STRG/CMD + X | paste the contents of the ejemplo file into the nano editor and close it using STRG/CMD + X | ||
| + | |||
| + | Alternatively you can download the file by clicking on its name and do the exercises in a linux environment on your local computer (for example using mobaXterm on windows, or in the command line on macOS). | ||
| + | ---- | ||
| Line 51: | Line 53: | ||
| </ | </ | ||
| + | ---- | ||
| + | |||
| + | ===== Tab completion ===== | ||
| + | |||
| + | You can auto-complete paths by pressing the tab key once or twice anytime while writing a path. If the auto-completion does not work, there might be something wrong with your path.. | ||
| + | |||
| + | You can check out [[https:// | ||
| ---- | ---- | ||
| Line 287: | Line 296: | ||
| * -lt = is lesser than | * -lt = is lesser than | ||
| - | [[general: | ||