いまさらxargsの便利さを主張してみる — ディノオープンラボラトリ
実は、GNU coreutilsのcpやmvにはxargsと組み合わせて使うためのオプションが用意されています。coreutilsのinfoにも書いてありますが、「-t」または「–target-directory」オプシ [...]
うざいぞ。
# yum info PackageKit-command-not-found
Available Packages
Name : PackageKit-command-not-found
Arch : i686
Version : 0.5.6
Release : 1.fc12
Size : 99 k
Repo : updates
Summary : Ask the user to install command line programs automatically
URL : http://www.packagekit.org
License : GPLv2+
Description: A simple helper that offers to install new packages on the command
: line using PackageKit.
消すぞ。
yum remove *PackageKit*
すっきりしたぞ。
hogefoobar* @ 2 月 4, 2010
変なやり方だな。
$ touch {1,2,3,4,5}.jpg
$ ls
1.jpg 2.jpg 3.jpg 4.jpg 5.jpg
$ for i in *.jpg ; do mv $i ${i/jpg/gif} ; done
$ ls
1.gif 2.gif 3.gif 4.gif 5.gif
$
hogefoobar* @ 2 月 4, 2010
Fedora12をLiveCDからインストール後、ごりごりいろんなパッケージをいれてよろこんでたら日本語が打てない。
iBusとかいうのがデフォルトでインストールされてるけど、ちゃんと動いている気がしません。
iBusやめて古巣のSCIMに帰ることにする。
yum install scim
yum install scim-anthy
yum install scim-bridge
yum install scim-bridge-gtk
して現在に至る。
本当はコレ書いている途中で一回クラッシュした。
近いうち再インストールする気がする。
hogefoobar* @ 2 月 3, 2010