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
| cat ./* | egrep -c foo |
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
| user_priv=$(sx newkey); echo $user_priv | sx addr > user_address; echo $user_priv > user_secret; cat user_address |
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
| t=$(date);uname='user_name'; | |
| uid=$(echo $t' '$uname); | |
| priv=$(sx newkey); | |
| echo $priv | sx addr > $uname.address; | |
| echo $priv > $uname.secret; | |
| echo $uid > $uname.info; | |
| addr=$(cat $uname.address); | |
| echo 'Hi '$uname', your deposit address is '$addr |
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
| dpkg -l | egrep -i bdb |
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
| ./parser allBalances.txt > all.txt; | |
| sx decode-addr 1dice7fUkz5h4z2wPc1wLMPWgB5mDwKDx > hash | |
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
| ~$ cat world | egrep (peace|just.?.?.?) | |
| ~$ |
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
| # cat github | grep working code | |
| # OSX |
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
| # ls | |
| # | |
| # pwd | |
| # home/fridge | |
| # ls -laR | grep food |
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
| # ./reddit/u/* | grep neckbeards | |
| # Display all 169,441,236 possibilities? (y or n) |
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
| cat all.txt | grep 1970 | egrep 50\.00000000 | egrep -n '2009' > unspent_50btc_2009 |
OlderNewer