I hereby claim:
- I am emaniacs on github.
- I am aredhi (https://keybase.io/aredhi) on keybase.
- I have a public key whose fingerprint is EF58 516E F433 886B BE13 6765 EDC0 60CF 7EDB F975
To claim this, I am signing this object:
| Using tail | |
| `$ tail -f output.log` | |
| Filter the text in realtime using `grep` | |
| `$ tail -f output.log | grep Error` | |
| Filter the text in realtime using `awk` |
| #!/usr/bin/env bash | |
| ## this script sending message into telegram channel | |
| OSNAME=$(uname) | |
| get_fullpath() { | |
| if [[ $OSNAME == "Linux" ]] ; then | |
| readlink -m $1 | |
| elif [[ $OSNAME == "Darwin" ]] ; then | |
| realpath $1 |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $t1Start = microtime(true); | |
| $rand1 = rand(100000, 1000000); | |
| $t1End = microtime(true); | |
| //sleep(3); | |
| $rand2 = ''; | |
| $length = 6; | |
| $t2Start = microtime(true); |