리눅스 GET


개요

/usr/bin/GET
  • 작성언어: Perl
root@zetawiki:~# GET -v
This is lwp-request version 6.15 (libwww-perl-6.15)

Copyright 1995-1999, Gisle Aas.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
root@zetawiki:~# which GET
/usr/bin/GET
root@zetawiki:~# cat /usr/bin/GET | head -3
#!/usr/bin/perl -w

eval 'exec /usr/bin/perl -w -S $0 ${1+"$@"}'

같이 보기