This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| bash:cheat [2025-03-21] – dcai | bash:cheat [2025-03-21] (current) – dcai | ||
|---|---|---|---|
| Line 130: | Line 130: | ||
| === 💻 For === | === 💻 For === | ||
| - | < | + | < |
| for name [in list] | for name [in list] | ||
| do | do | ||
| Line 139: | Line 139: | ||
| === 💻 Case === | === 💻 Case === | ||
| - | < | + | < |
| case expression in | case expression in | ||
| pattern1 ) | pattern1 ) | ||
| Line 172: | Line 172: | ||
| === 💻 Search === | === 💻 Search === | ||
| - | < | + | < |
| find . -iname " | find . -iname " | ||
| find . -type d | find . -type d | ||
| </ | </ | ||