Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
- Git Bash

## Linux shell
- https://swcarpentry.github.io/shell-novice/
- <https://swcarpentry.github.io/shell-novice/>
- `COMMAND --help`
- `ls [OPTION] [PATTERN]`
- `-F`: showing /
- `-a`: showing ../
- `-r`: reverse
- `-R`: recursive
- [PATTERN]: \*.ext, ? (any single character)
- `[PATTERN]`: \*.ext, ? (any single character)
- `pwd`
- `cd`
- w/o options: going back to home ~
- w/o arguments: going back to home ~
- `..`
- TAB completion
- `mkdir`
Expand Down
Loading