Thursday, July 11, 2013

Linux command wget

An sample example to used wget to download an file from HTTP.

[root@mylinux /]# wget -P /tmp/vitest/ http://linux.vbird.org/linux_basic/0310vi/vi.big5
  [Parameter]:
  -P: Save file to directory.

No comments: