Path : /proc/thread-self/root/usr/share/doc/gawk/examples/network/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : //proc/thread-self/root/usr/share/doc/gawk/examples/network/catpipeserver.awk |
BEGIN { NetService = "/inet/tcp/8888/0/0" NetService |& getline # sets $0 and the fields CatPipe = ("cat " $1) while ((CatPipe | getline) > 0) print $0 |& NetService close(NetService) }