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
[38;5;231m▄[m[38;5;231m▄[m[38;5;231m▄[m[38;5;195m▄[m[38;5;195m▄[m[38;5;195m▄[m[38;5;195m▄[m[38;5;231m▄[m[38;5;231m▄[m[38;5;231m▄[m | |
[48;5;231m [m[48;5;231m [m[48;5;195;38;5;231m▀[m[48;5;52;38;5;195m▀[m[48;5;94;38;5;195m▀[m[48;5;94m [m[48;5;136;38;5;94m▀[m[48;5;94m [m[48;5;94m [m[48;5;94;38;5;195m▀[m[48;5;52;38;5;195m▀[m[48;5;195;38;5;231m▀[m[48;5;231m [m[48;5;231m [m[38;5;231m▄[m | |
[48;5;231m [m[48;5;159;38;5;231m▀[m[48;5;52;38;5;195m▀[m[48;5;52m [m[48;5;52m [m[48;5;94;38;5;136m▀[m[48;5;52;38;5;94m▀[m[48;5;94;38;5;136m▀[m[48;5;94;38;5;136m▀[m[48;5;52m [m[48;5;52m [m[48;5;52m [m[48;5;52m [m[48;5;52m [m[48;5;52m [m[48;5;52;38;5;195m▀[m[48;5;231;38;5;159m▀[m[48;5;231m [m | |
[48;5;231m [m[48;5;159m [m[48;5;195;38;5;231m▀[m[48;5;159;38;5;16m▀[m[48;5;159;38;5;16m▀[m[48;5;231;38;5;52m▀[m[48;5;231;38;5;94m▀[m[48;5;52m [m[48;5;52m [m[48;5;16m [m[48;5;16m [m[48;5;231;38;5;16m▀[m[4 |
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
#To start lightweight python http server | |
python -m SimpleHTTPServer 8000 | |
#To listen on tcp port for incoming messages | |
sudo tcpflow -i any -C -J port 1234 | |
find . -mtime -4 # find files modified less than 4 days ago | |
find . -mtime 1 # find files modified between 24 and 48 hours ago | |
find . -mtime +4 # find files modified more than 4 days ago |