user.js に以下を書くことによって referer の送出を止める。
user_pref(“network.http.sendRefererHeader”, 0);
user_pref(“network.http.sendRefererHeader”, 0);
*.aaa を *.bbb に一発で変える方法教えて下さい。 mv *.aaa *.bbb じゃ出来ないです。 rename aaa bbb *.aaa でいいじゃん
from himi C言語では、 P +- P -> I P +- I -> P が、型変換として保証されているので、pointerはpointerのまま、増減の分だけintegerとして計算すればよろしい。(Pはpointer, Iは整数型) ...
% od -x [ファイル名]
gcc でプリプロセッサだけを走らせてコンパイルはしたくないときは ‘-E’ オプションを付ければよい。
| % w3m -dump_head http://www.example.com/ | HTTP/1.1 200 OK | Server: Microsoft-IIS/4.0 | Content-Location: http://www.example.com/index.htm | Date: Tue, 30 Jul 2002 15:29:36 GMT | Content-Type: text/html | Accept-Ranges: bytes | Last-Modified: Mon, 15 Jul 2002 02:27:42 GMT | ETag: “40857732a72bc21:19a7” | Content-Length: 7586
|which コマンド名 と ‘=コマンド名’は同じ |% ls -al =emacs |lrwxrwxrwx 1 root root 5 Apr 30 06:44 /usr/local/bin/emacs -> emcws | |rm *.o~hoge.o で hoge.o 以外の全ての *.o が消せる。 | |ワイルドカードの部分に <ここから-ここまで> のように |数値を指定すると数値的にその範囲内に当たるファイル名がマッチする。 |{ここから..ここまで}との違いはエラーを出さないこと。 |% ls -a <1-10> |1 2 4 5 ...
usrは “user services and resources"の略らしい。 Re は concerning の意、 re your letter of … , …の手紙に関して 追記(2015-10-02): usr の情報源を書いていなかった。 Filesystem Hierarchy Standard - Wikipedia ...
% file [file-name]
% find [dir] ! -name *.txt -exec [command] {} ;