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
| Len(RXReplace([Column 1], "[^x]", "", "g")) | |
| Replace x with the character you wish to count. |
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
| perl -e '@a=split(/:/, "Hello, World!:Foobar:Kamelaase!");print @a[rand @a]' | figlet |
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
| #!/bin/sh | |
| # | |
| # Inspired by https://gist.github.com/andsens/2913223 | |
| # | |
| # curl -sL https://gist.github.com/goude/5263576/download | tar -xzO | /bin/bash -ex | |
| # | |
| # sudo apt-get install iotop iftop parallel wget curl lsof lftp nmap netcat multitail mtr dstat dtrx pv ngrep sysstat | |
| #aptget='sudo apt-get' | |
| #chsh='sudo chsh' |
NewerOlder