GNU sed 4.1.2版
euc 的環境で、
$ echo "シーズンを迎え、" | sed -ne "/迎/p"
$
シカトされた……
GNU ed version 0.2 でもあかん。
vim や Emacs は大丈夫だ。
これは何のバチが当たったのだ??
$ ldd /bin/sed
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x40023000)
/lib/ld-linux.so.2 (0x40000000)
$ ldd /bin/ed
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x40023000)
/lib/ld-linux.so.2 (0x40000000)
かあ。
あー、これもしかして libc のモンダイなの?
$ /lib/libc.so.6
GNU C Library stable release version 2.3.4, by Roland McGrath et al.
(以下略)
$ rpm -qi glibc
Name : glibc Relocations: (not relocatable)
Version : 2.3.4 Vendor: Project Vine
Release : 2vl3.1 Build Date: 2007年06月18日 23時04分01秒
(以下略)
あー、面倒なことは考えたくないなあ。
euc 的環境で、
$ echo "シーズンを迎え、" | sed -ne "/迎/p"
$
シカトされた……
GNU ed version 0.2 でもあかん。
vim や Emacs は大丈夫だ。
これは何のバチが当たったのだ??
$ ldd /bin/sed
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x40023000)
/lib/ld-linux.so.2 (0x40000000)
$ ldd /bin/ed
linux-gate.so.1 => (0xffffe000)
libc.so.6 => /lib/libc.so.6 (0x40023000)
/lib/ld-linux.so.2 (0x40000000)
かあ。
あー、これもしかして libc のモンダイなの?
$ /lib/libc.so.6
GNU C Library stable release version 2.3.4, by Roland McGrath et al.
(以下略)
$ rpm -qi glibc
Name : glibc Relocations: (not relocatable)
Version : 2.3.4 Vendor: Project Vine
Release : 2vl3.1 Build Date: 2007年06月18日 23時04分01秒
(以下略)
あー、面倒なことは考えたくないなあ。