wgetでBasic認証があるページにアクセスするには、
--http-userでユーザ名、--http-passwdでパスワードを指定します。
$ wget -O - 'http://www.goo.ne.jp/' --http-user=user_id --http-passwd=password
--http-userでユーザ名、--http-passwdでパスワードを指定します。
$ wget -O - 'http://www.goo.ne.jp/' --http-user=user_id --http-passwd=password