代码: 全选
abcde(1) abcde(1)
NAME
abcde - Grab an entire CD and compress it to Ogg/Vorbis, MP3, FLAC,
Ogg/Speex and/or MPP/MP+(Musepack) format.
SYNOPSIS
abcde [options] [tracks]
DESCRIPTION
Ordinarily, the process of grabbing the data off a CD and encoding it,
then tagging or commenting it, is very involved. abcde is designed to
automate this. It will take an entire CD and convert it into a com-
pressed audio format - Ogg/Vorbis, MPEG Audio Layer III, Free Lossless
Audio Codec (FLAC), Ogg/Speex or MPP/MP+(Musepack). With one command,
it will:
* Do a CDDB query over the Internet to look up your CD or use a
locally stored CDDB entry
* Grab a track from your CD
/tmp/man.4OviLGpHTm 3%
我们要将abcde这个实现音频转换功能的第三方程序的man转换为TXT格式的文件,这样
代码: 全选
# man abcde ls | col -b > abcde.txt
这样,你就可以将这个abcde.txt文件传送到windows下查看了,这个方法最起码可以让英文不太熟练的用户在无法上网的情况下借助Windows下的翻译工具仔细阅读一下手册的内容。