drag n drop

調べたことを書きます

htmlを取得して表示する

wget <アドレス> -q -O -
 
または

curl -L <アドレス>
 

 

例:

curl -L google.com | less

 

参考:

stackoverflow.com