- Up arrow (↑):
↑
- Down arrow (↓):
↓
- Left arrow (←):
←
- Right arrow (→):
→
- Double headed arrow (↔):
↔
[includeIf "gitdir:~/Developer/sandbox/**"]
path = ~/Developer/sandbox/.gitconfig
ۀ ك ي
git filter-repo --subdirectory-filter <folder_name>
command | description |
---|---|
0 | move to beginning of the current line |
$ | move to end of line |
H | move to the top of the current window (high) |
M | move to the middle of the current window (middle) |
L | move to the bottom line of the current window (low) |
1G | move to the first line of the file |
20G | move to the 20th line of the file |
G | move to the last line of the file |
for i in {3..361}; do echo '\section{}' >> hint$i.tex;echo "\paragraph{}\label{hint:${i}}" >> hint$i.tex; done
for i in {11..115}; do echo '\section{}' >> answer$i.tex;echo "\paragraph{}\label{answer:${i}}" >> answer$i.tex; done
awk '{print $9}' access.log | sort | uniq -c | sort -rn