i - write
o - write newline
D - remove end of line
dd - remove current line
/ - find next string
? - find previous string
yy - copy (yank)
p - paste
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sed -i '' -e 's/index.rb/hello.rb/g' now.json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git revert commit_hash | |
| git switch -c wanted_version | |
| git merge --strategy=ours master | |
| git checkout master | |
| git merge wanted_version |
John
30
Mike
0.0786268
Tyson
0.114889
Gabriel
0.176072
Fiona
MD5: md5sum file1 fil2 file3 ... fileN
SHA-1: sha1sum file1 fil2 file3 ... fileN
SHA-256: sha256sum file1 fil2 file3 ... fileN\